Auth.js is now part of Better Auth
better-auth.com
Auth.js is now part of Better Auth
1–10 of 87 posts
Re: Auth.js is now part of Better Auth
#2Re: Auth.js is now part of Better Auth
#3Re: Auth.js is now part of Better Auth
#4Re: Auth.js is now part of Better Auth
#5in rails you can use the rails 8 auth or a better alternative authentication-zero. before it was devise.
java - spring security, shiro etc. but just complex things.
alternatively - use services like fusionAuth
Re: Auth.js is now part of Better Auth
#6only in javascript where auth is such a big issue. in rails you can use the rails 8 auth or a better alternative authentication-zero. before it was devise. java - spring security, shiro etc. but just complex things. alternatively - use services like fusionAuth
Re: Auth.js is now part of Better Auth
#7Re: Auth.js is now part of Better Auth
#8only in javascript where auth is such a big issue. in rails you can use the rails 8 auth or a better alternative authentication-zero. before it was devise. java - spring security, shiro etc. but just complex things. alternatively - use services like fusionAuth
For example, if I want to add passkeys to my .NET CORE app, this is the guide Microsoft provides:
https://learn.microsoft.com/en-us/aspnet/core/security/authe...
Contrast that to better-auth (which is 7 lines of code total in server changes, and virtually no change to client API usage):
https://www.better-auth.com/docs/plugins/passkey
For some projects, the flexibility of other solutions might be needed. But for ease-of-use and development speed, better-auth has been a clear winner for me.