File: tutorials.md | Updated: 11/15/2025
š NextAuth.js is now part of Better Auth !
This is documentation for NextAuth.js v3, which is no longer actively maintained.
For up-to-date documentation, see the **latest version ** (v4).
Version: v3
On this page
NextAuth.js tutorialsā
These tutorials are contributed by the community and hosted on this site.
New submissions and edits are welcome!
This tutorial dives in to the ins and outs of NextAuth.js including email, GitHub, Twitter and integrating with Auth0 in under hour.
This tutorial shows you how to jump in and create your own custom login pages versus using the ones provided by NextAuth.js
How to implement refresh token rotation.
How to restrict access to pages and API routes.
How to use models with custom properties using the TypeORM adapter.
How to create a custom adapter, to use any database to fetch and store user / account data.
How to use the Credentials Provider to authenticate against an LDAP database.
This approach can be used to authenticate existing user accounts against any backend.
How to write tests using Cypress.
How to use useSession() hook with class components.
Other tutorials and explainersā
These are tutorials and explainers that have been submitted or that we have found on the web and are hosted elsewhere They include articles, videos and example projects. Submissions for inclusion are welcome!
A tutorial by Arunoda Susirpiala. Checkout GetStarted for more examples.
A tutorial by Arunoda Susirpiala.
Configuring authentication with Azure B2C in Next.js is not a particularly straight forward process. We'll look at how to facilitate this using the NextAuth.js library. By Ben Fox.
Next.js supports multiple patterns for authentication, each designed for different use cases. This guide will allow you to choose your adventure based on your constraints. By Lee Robinson.
A video tutorial by Xiaoru Li from Prisma.
In this post, you'll learn how to add passwordless authentication to your Next.js app using Prisma and next-auth. By the end of this tutorial, your users will be able to log in to your app with either their GitHub account or a Slack-styled magic link sent right to their Email inbox. By Xiaoru Li.
This example shows how to implement a fullstack app in TypeScript with Next.js using React (frontend), Next.js API routes and Prisma Client (backend). It also demonstrates how to implement authentication using NextAuth.js. By Nikolas Burk at Prisma.
This dev.to tutorial walks one through adding NextAuth.js to an existing project. Including setting up the OAuth client id and secret, adding the API routes for authentication, protecting pages and API routes behind that authentication, etc.
This is an introductory video to NextAuth.js for beginners. In this video, it is explained how to set up authentication in a few easy steps and add different configurations to make it more robust and secure.
This tutorial walks step by step on how to get Sign In with Apple working (both locally and on a deployed website) using NextAuth.js.
Learn how to add Twitter authentication and login to a Next.js app both clientside and serverside with NextAuth.js.
Directory listing - 7 item(s) total