MegaAntiCheat / masterbase

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

Require API keys for endpoints to work with a simple decorator #10

Closed jayceslesar closed 5 months ago

jayceslesar commented 6 months ago

Should be able to decorate all endpoints to expect an API key in the params as well as assert that it exists.

jayceslesar commented 5 months ago

This is solved with Litestar Guards