https://github.com/ck07860786/authentication-with-jwt
authentication in node js using jwt
https://github.com/ck07860786/authentication-with-jwt
bycript expressjs jwt mongodb nodejs
Last synced: about 2 months ago
JSON representation
authentication in node js using jwt
- Host: GitHub
- URL: https://github.com/ck07860786/authentication-with-jwt
- Owner: Ck07860786
- Created: 2024-03-29T12:14:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T14:23:34.000Z (about 1 year ago)
- Last Synced: 2025-02-01T04:44:09.198Z (4 months ago)
- Topics: bycript, expressjs, jwt, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication With JWT 🔐
## AboutThis is a user authentication project built by using Node js . The main motive of this project is to learn how authentication 🔑 implemented in node js . to provide more security, I use JSON WEB TOKEN (JWT). I followed MVC pattern which is very popular. For API testing i use POSTMAN tool.
## Tech Stack 🚀
- Node Js
- Express Js
- MongoDb (for database)## Working
- user can register yourself by adding role admin or user
- user can login after registration
## Support 📧For support, email [email protected]