Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guidesmiths/financial-api
- Owner: guidesmiths
- License: mit
- Created: 2018-01-25T09:45:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T15:05:32.000Z (about 1 year ago)
- Last Synced: 2024-12-18T09:45:21.223Z (29 days ago)
- Language: HTML
- Size: 102 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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