Table of Contents
URL: https://www.progressiverobot.com/next-js-authentication/
Video
[youtube AdcktATbd-I 423 752]
About the Talk
Authentication is something that every application needs. We'll add authentication to our Next.js application using the open source tool NextAuth.js.
What You'll Learn
- Adding authentication to your Next.js application
- Using Postgres as your database
- Adding social authentication
This Talk Is Designed For
Frontend developers that want to authenticate your applications.
Resources
Intro to NextAuth.js, a complete open source authentication solution for Next.js applications. NextAuth.js can be used with or without a database.