An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![NodeJS-Authetication](https://socialify.git.ci/avinashkranjan/NodeJS-Authetication/image?description=1&descriptionEditable=NodeJS%20api%20to%20handle%20Authentication%20in%20any%20application%20you%20want%20to%20use%20it%20in.%20%20&font=KoHo&forks=1&issues=1&language=1&owner=1&pattern=Formal%20Invitation&pulls=1&stargazers=1&theme=Light)

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_**.