https://github.com/bonniesimon/rest-api-jwt
A simple REST API with JWT.
https://github.com/bonniesimon/rest-api-jwt
Last synced: 4 days ago
JSON representation
A simple REST API with JWT.
- Host: GitHub
- URL: https://github.com/bonniesimon/rest-api-jwt
- Owner: bonniesimon
- Created: 2020-03-14T18:12:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T14:57:29.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:17:58.377Z (about 1 year ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rest-api-jwt
A simple REST API with JWT.
Made using Expressjs, MongoDB and JWT.### What I've Learned:
* Using JWT
* creating private routes using JWT middleware
* Using postman for API testing