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

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.

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