-
Notifications
You must be signed in to change notification settings - Fork 34
feat(auth): provide utility for custom authentication #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
|
I would like to share that I am building a module to integrate Nuxt with Better Auth. Here is the docs: https://nuxt-better-auth.onmax.me/ Maybe the module is currently young and not ready, but implementing auth from scratch might bring problems in the future. With this module, we can also levarage all better auth features: passkeys, custom emails, oauth... and not to worry about maintaining auth. Just to mention in case you are interested :) |
… hash Co-authored-by: Farnabaz <[email protected]>
|
@onmax Feel free to share an example on how to integrate Better Auth with studio custom auth once released (tomorrow)! We could add link to a repo from the doc! |
resolves #180
This PR expose authentication utilities based on #180
There a test api endpoint in playground which describe the usage.