Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 317 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 317 Bytes

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