https://github.com/dhimasanb/simple-node-jwt
Simple Node JS using JSON Web Token
https://github.com/dhimasanb/simple-node-jwt
express javascript jwt nodejs
Last synced: 2 months ago
JSON representation
Simple Node JS using JSON Web Token
- Host: GitHub
- URL: https://github.com/dhimasanb/simple-node-jwt
- Owner: dhimasanb
- License: mit
- Created: 2017-08-25T02:08:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T02:20:50.000Z (about 8 years ago)
- Last Synced: 2025-04-08T19:50:55.310Z (6 months ago)
- Topics: express, javascript, jwt, nodejs
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Node JWT
Simple Node JS App using JSON Web Token (JWT)[](https://github.com/dhimasanb/simple-node-jwt)
### Built With
+ Express is the popular Node framework
+ Mongoose is how we interact with our MongoDB database
+ Morgan will log requests to the console so we can see what is happening
+ Body-parser will let us get parameters from our POST requests
+ JSON Web Token is how we create and verify our JSON Web Tokens### Thanks To
[Tutorial](https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens)