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…
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.
Day 12 of #100DaysOfCode 🔑
I'm currently reading NextAuth documentation while trying to build an email authentication for my side project
#WomenWhoCode#CodeNewbie
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…
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 💕
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…
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
🙌 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
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 @iaincollinsgithub.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 🙂
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 🙂
NextAuth.js v3.1.0
* Adds support for Microsoft SQL Server
* Adds signing in with Basecamp
* Adds signing in with LinkedIn
* Hot reloading of models with TypeORM
* Reduced dependency size
github.com/nextauthjs/next-a…
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
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…