docs: update Auth.js name to NextAuth.js (#61974)

On the Examples section the name was already updated but not updated on
the Selecting Session Management in Next.js

---------

Co-authored-by: Balázs Orbán <info@balazsorban.com>
This commit is contained in:
Alex Puertas 2024-02-13 21:32:36 +10:00 committed by GitHub
parent 42872bf423
commit 898f74e729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -852,10 +852,10 @@ 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)
- [Kinde](https://kinde.com/docs/developer-tools/nextjs-sdk)
- [Lucia](https://lucia-auth.com/getting-started/nextjs-app)
- [NextAuth.js](https://authjs.dev/guides/upgrade-to-v5)
- [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)