@ravi0320/advance-login
v1.0.9
Published
Advanced login package with session tracking and email verification
Maintainers
Readme
Advanced Login Package
This is an advanced login package for Node.js with MongoDB, JWT authentication, email verification, and session management.
Features:
- Register User with password hashing
- JWT-based login for secure authentication
- Email verification with unique tokens
- Session management with multi-device login tracking
Usage:
- Clone the repo.
- Create a
.envfile with your MongoDB URI and other credentials. - Run the project:
npm install
npm start