Back to gallery
Authentication
nextauth-nextjs13-prisma
In this tutorial, I'll walk you through setting up authentication in your Next.js 13 app directory using NextAuth.js. It's worth noting that while we use the NextAuth package in this tutorial, you may be using the Auth.js package by the time you read this, as the libraries are now interchangeable.
wpcodevo
Maintainer
254 stars
About this project
In this tutorial, I'll walk you through setting up authentication in your Next.js 13 app directory using NextAuth.js. It's worth noting that while we use the NextAuth package in this tutorial, you may be using the Auth.js package by the time you read this, as the libraries are now interchangeable. Maintained by wpcodevo on GitHub, where it has earned 254 stars from the community.
It's actively developed around authjs, docker, jwt-authentication, and is a solid reference for anyone building with these tools.
Tags
Install
npm install nextauth-nextjs13-prismaMore Next.js projects