https://github.com/sunny-unik/node-auth
Node app includes jwt, secure cookie, session management and email verification via otp. Also includes tests using Jest and Supertest.
https://github.com/sunny-unik/node-auth
authentication jest jwt nodejs nodemailer npm stateless-authentication supertest
Last synced: 3 months ago
JSON representation
Node app includes jwt, secure cookie, session management and email verification via otp. Also includes tests using Jest and Supertest.
- Host: GitHub
- URL: https://github.com/sunny-unik/node-auth
- Owner: Sunny-unik
- License: mit
- Created: 2023-05-14T16:38:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T12:15:50.000Z (over 2 years ago)
- Last Synced: 2025-11-22T10:13:21.041Z (7 months ago)
- Topics: authentication, jest, jwt, nodejs, nodemailer, npm, stateless-authentication, supertest
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
- Code of conduct: docs/Code-of-conduct.md
Awesome Lists containing this project
README
# node-auth
> This project is describing that how to implementing an authentication system using Node.js.
[](https://github.com/Sunny-unik/node-auth/actions/workflows/coverage.yml)
[](https://github.com/Sunny-unik/node-auth)
[](https://app.codecov.io/gh/Sunny-unik/node-auth)
## Key Features
- Encrypted Passwords
- Email verification via OTP
- Secure authentication tokens
- Stateless Session Management
## Tech Stack
- Express as server
- MongoDB for store database
- Nodemailer for sending mails
## 🤝 Contributing
We encourage you to contribute to node-auth! All contributors are required to abide by our [Code of Conduct](./docs/Code-of-conduct.md). Please check out the [Contributing guide](./docs/Contributing.md) for guidelines about how to proceed with your contribution. Feel free for start discussion.
## Project Setup
For development setup read [getting started guide](./docs/Getting-started-guide.md)
## Code Coverage Graph

## ⚖️ LICENSE
MIT © [Sunny-unik/node-auth](LICENSE)