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
- Host: GitHub
- URL: https://github.com/alvinmdj/mern-jwt-auth
- Owner: alvinmdj
- Created: 2022-01-12T17:05:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T15:19:18.000Z (over 4 years ago)
- Last Synced: 2025-05-17T15:11:22.415Z (about 1 year ago)
- Topics: authentication, expressjs, jwt, mongodb, nextjs, nodejs
- Language: JavaScript
- Homepage: https://mern-jwt-auth.vercel.app/
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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