Skip to content

sbayrak/nextauth-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJS Authentication : NextAuth + Custom Password Reset

This repository is a complete authentication boilerplate for NextJS applications.

What is used ?

  • NextJS
  • NextAuth
  • ReactJS
  • SendGrid
  • Material-UI
  • MongoDB
  • Nodemailer
  • Uuid
  • Sqlite3

Who is this repository for ?

Authentication has always been problematic and hard to implement for web developers. Here, I used NextAuth based authentication for NextJS applications. I used Passwordless Sign In and Credentials Sign In functionality of NextAuth and added password reset also.

Deployment

I deployed it on Vercel. Here is the link so you can test it out.

http://nextauth-authentication.vercel.app/