bc 🐧🪺
Explore posts from serversBABetter Auth
•Created by bc 🐧🪺 on 2/12/2025 in #help
Stateless, Databaseless Auth
Following up from https://discord.com/channels/1288403910284935179/1288403910284935182/1307115558009045003, is there a way to use Better Auth as an OIDC RP without setting up a database for Better Auth? I already have an OIDC OP (Keycloak) I'd like to use (it already stores user data), and want to strictly use Better Auth as a client library in a Next.js app with it. Auth.js supports this (https://authjs.dev/getting-started/database: "Auth.js integrations save sessions in a cookie by default. Therefore, setting up a database is optional.")
2 replies
BABetter Auth
•Created by bc 🐧🪺 on 12/31/2024 in #help
OIDC Provider Plans
I understand better auth supports upstream OIDC providers via the OIDC Provider plugin. Are there plans for better auth itself to become a compliant OIDC provider (much like Keycloak, Zitadel, ORY Hydra, etc.), or is this out of scope of the project?
7 replies
RRefine
•Created by stormy-gold on 5/17/2024 in #ask-any-question
Is there any reason to use Refine if it ends up being more code?
I trialed refine in an existing admin UI (Next.js, React Hook Form, React Query) powered by a GraphQL API. I noticed rather quickly that the code ended up being more (~2x) than I currently had for CRUD operations. I am curious if there are other reasons to use Refine aside from the CRUD components/hooks? I suppose auth but that I would rather proxy to another provider (currently using OIDC with
next-auth
)5 replies