Comment on Ask HN: What type of Auth are you using on your side projects?Comments−mjomaa1yAuth.js!Supported providers: https://authjs.dev/getting-started/providers/githubIt's been really great so far and I can recommend it if you have a JS/TS codebase.----------------------------You can test Auth.js (v5 beta.22) in my Next.js 15 boilerplate:https://achromatic.dev• Credentials auth• Google and Microsoft login• Connected accounts• Multi-factor authentication (via authenticator app)• Session management−reducesuffering1yThat's what I'm using too. Along with a very easy integration with Resend for magic link email.−mjomaa1y+ 1 for React Email and Resend.Very easy and reliable.
Comments
Auth.js!
Supported providers: https://authjs.dev/getting-started/providers/github
It's been really great so far and I can recommend it if you have a JS/TS codebase.
----------------------------
You can test Auth.js (v5 beta.22) in my Next.js 15 boilerplate:
https://achromatic.dev
• Credentials auth
• Google and Microsoft login
• Connected accounts
• Multi-factor authentication (via authenticator app)
• Session management
That's what I'm using too. Along with a very easy integration with Resend for magic link email.
+ 1 for React Email and Resend.
Very easy and reliable.