MegaAntiCheat / masterbase

API/Data Platform for Ingesting, Storing, and Serving Data through Postgres, and Litestar
11 stars 1 forks source link

Implement `JWT` #14

Closed jayceslesar closed 5 months ago

jayceslesar commented 9 months ago

I also dont really know how this helps us....open to discussion on this but the way I see it is that we already have a secure way for users to generate an API key to use with us. They are then responsible for getting that key into the client side software, which will be doing all the interfacing with us. Im not sure what benefit we really get by including JWT given we already know there is a 1-1 relationship between steam accounts and API keys.