Target: build an util that generates and manages API keyf for RESTful API Gateways.
Customer Features:
- Restrict the access to the API.
- Store unlimited keys.
- Count the numbers of requests.
- Save the history of the requests.
Admin Features:
- User registration & login system.
- ....
User registration & login system.
- Basic registration via CLI
- Login via CLI
- JWT + Postgres
- Unit tests
Basic API key generator
- User will create an API key, API key is unique.