Authentication for the Web. Open Source. Full Stack. Own Your Data. For any JS framework/runtime.

Adding social authentication support to a Next.js app is very simple thanks to @nextauthjs It supports many login providers out of the box. Here's my guide on that: getstarted.sh/bulletproof-ne…
1
4
30
We will continue to work on first class TypeScript support. Along with Lluis, Nick Bolles and other folks have already done some great work on this which I hope we can pick up work on again soon.
Thanks to @_lluia you can now find TypeScript type definitions for NextAuth.js in @DefinitelyTyped 🎉 Thanks Lluis! github.com/DefinitelyTyped/D…
1
1
Auth.js retweeted
Recently switched our #authentication to use #Azure #AD #B2C. Used @nextauthjs to wire it up with #nextjs. Worked great, took a while to get right. Wrote up the steps & config I used: #javascript #webdevelopment #techtwitter #tutorial #reactjs benjaminwfox.com/blog/tech/h…
1
7
3
Day 12 of #100DaysOfCode 🔑 I'm currently reading NextAuth documentation while trying to build an email authentication for my side project #WomenWhoCode #CodeNewbie
2
5
Auth.js retweeted
New post: Authentication Patterns for Next.js ✨ I've stumbled on this quite a few times – finally turned my notes into something real. I'm working on adding a condensed version to the docs. leerob.io/blog/nextjs-authen…
2
10
77
In what is proving to be a great day for swag, thank you to the folks at @vercel for sending these stickers and magnets, and more importantly, for all their help, support and advice 💕
1
Thank you to @prisma for reaching out - and for the stickers!
6
How to use NextAuth.js with an LDAP database You can use a similar approach for any backend – including Active Directory, *any* database, a 2FA system, even Google Sheets! You can return errors / URLs to handle different error conditions gracefully. next-auth.js.org/tutorials/l…
Follow @arunoda for more great tips on how to handle authentication with Next.js!
Here's a summary of the Next.js auth related Livestream I did yesterday. arunoda.me/blog/add-auth-sup…
1
Here's a summary of the Next.js auth related Livestream I did yesterday. arunoda.me/blog/add-auth-sup…
2
19
I am doing a Livestream 🔴 Today focusing on next-auth. Here's I'm adding 👥social auth support to a Next.js app which has a separate API server. I'm doing this for a real app. arunoda.me/live
1
3
21
Auth.js retweeted
🙌 We're big fans of @nextauthjs, which offers authentication for Next.js: 💎 It's open source 💎 Full of new great features since their recent 3.0.0 release 💎 Comes with support for Prisma 🚀 next-auth.js.org
2
28
174
Totally. next-auth is one of the best auth experiences I have ever had after Meteor. It has almost all the social auth providers and you can use DB or use without a DB. Amazing work @iaincollins github.com/nextauthjs/next-a…
it blows my mind that next-auth github.com/nextauthjs/next-a… somehow makes setting up authentication faster then auth0. Took me literally 5 minutes. amazing library @iaincollins 🙂
2
1
28
Auth.js retweeted
it blows my mind that next-auth github.com/nextauthjs/next-a… somehow makes setting up authentication faster then auth0. Took me literally 5 minutes. amazing library @iaincollins 🙂
5
30
NextAuth.js v3.0.1 * Hotfix for issue with email sign in github.com/nextauthjs/next-a…
1
The latest next-auth release is awesome. I was upgrading the E2E demo app & it was an amazing experience. I'm doing a livestream Today & will talk about next-auth too. arunoda.me/live
1
3
14
For those using TypeScript and experiencing problems with Hot Module Reloading (HMR) it seems like we might have a fix for that too… github.com/nextauthjs/next-a…