Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guidesmiths/financial-api

A REST secure API exposing financial data
https://github.com/guidesmiths/financial-api

Last synced: 22 days ago
JSON representation

A REST secure API exposing financial data

Awesome Lists containing this project

README

        

# financial-api
A REST secure API exposing financial data

```
./setup.sh
npm run start
```

go to `localhost:8080`

**Exercise**
- store token in mongo
- create an endpoint to invalidate it
- check this token in a middleware on every protected endpoint
- test calls shouldn't work when the token has been invalidated