An open API service indexing awesome lists of open source software.

https://github.com/alvinmdj/mern-jwt-auth

Authentication app with Next.js (frontend) and Node.js (Express.js) and JWT
https://github.com/alvinmdj/mern-jwt-auth

authentication expressjs jwt mongodb nextjs nodejs

Last synced: 3 months ago
JSON representation

Authentication app with Next.js (frontend) and Node.js (Express.js) and JWT

Awesome Lists containing this project

README

          

# Next.js - Node.js (JWT) Authentication

Authentication system with Next.js and Node.js (Express.js) and JWT.

### Front-end
Deployed on Vercel.

UI with Chakra UI and Chakra Template.

Data fetching with Axios.

### Back-end (API)

Deployed on Heroku.

User data stored on cloud database with MongoDB Atlas.

JWT for Authentication, Nodemailer to send reset password URL, password hashed & salted with bcryptjs.

## Features

- Login
- Register
- Forgot Password
- Reset Password
- User Authorization to Access Dashboard