https://github.com/avinashkranjan/nodejs-authetication
NodeJS api to handle Authentication in any application you want to use it in.
https://github.com/avinashkranjan/nodejs-authetication
Last synced: 7 days ago
JSON representation
NodeJS api to handle Authentication in any application you want to use it in.
- Host: GitHub
- URL: https://github.com/avinashkranjan/nodejs-authetication
- Owner: avinashkranjan
- License: isc
- Created: 2021-04-27T05:56:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T04:41:11.000Z (4 months ago)
- Last Synced: 2025-05-07T08:08:50.406Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 353 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

NPM Packages used 📦
### 🔗 Authentication method using JSON Web Tokens [JWT]
1. **mongodb** as our **_database_**.
2. **mongoose** to create **_models_** and to connect to our **_express server_**.
3. **bcryptjs** to **_hash passwords_**
4. **jwt** to check for **_private routes_**.