docs: add Lucia auth (#61255)

This commit is contained in:
Lee Robinson 2024-01-27 09:25:40 -06:00 committed by GitHub
parent d439da6700
commit 5d01e4e608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -850,8 +850,9 @@ Here are authentication solutions compatible with Next.js, please refer to the q
{/* TODO: Change link to authjs.dev when new documentation is ready */}
- [Auth0](https://auth0.com/docs/quickstart/webapp/nextjs/01-login)
- [Auth.js](https://authjs.dev/guides/upgrade-to-v5)
- [Clerk](https://clerk.com/docs/quickstarts/nextjs)
- [NextAuth.js](https://authjs.dev/guides/upgrade-to-v5)
- [Lucia](https://lucia-auth.com/getting-started/nextjs-app)
- [Supabase](https://supabase.com/docs/guides/getting-started/quickstarts/nextjs)
- [Stytch](https://stytch.com/docs/guides/quickstarts/nextjs)
- [Iron Session](https://github.com/vvo/iron-session)