35
Node.js API Authentication With JWT
Node.js API Authentication With JWT
- Authentication
- Node js
- Express Js
- MongoDB
- JWT
- Login User : localhost:5000/api/login
- Register User : localhost:5000/api/user
"/.env" update the values/settings to your own
npm install
# Run in dev mode
npm run server
Github Repo : https://github.com/saidMounaim/UserAuth
35