ShabazBadshah/valorant

API gateway requirements

ShabazBadshah opened this issue · 1 comments

Note: See branch api-gateway for implementation

  • rate limiting user requests: completed in commit ccf3b30
  • cors (including whitelisted domains): completed in commit ccf3b30
  • healthcheck endpoint: completed in commit 2780fc5
  • authentication and authorization (via jwt and user/password): completed in commit 1baa26d
  • proxy: completed in commit 4648ee1
  • service logging: completed in commit ef20761

Nice to haves:

  • caching data
  • load balancing

Issue complete. "Nice to haves" will be moved to their own issues if needed.