In this video we’ll se NextAuth.js to easily add authentication to our Next.js application. We cover the GitHub provider, starting out without a database using JWT only, and later integrating Prisma 2 to store our users and their sessions in a database.
---------- Links
NextAuth.js - https://next-auth.js.org/
Source Code - https://github.com/leighhalliday/next-auth-demo
JWT - https://jwt.io/
Prisma - https://www.prisma.io/
---------- Timeline
#next #react #security #jwt #prisma