MegaAntiCheat / masterbase

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

Change `uuid4` API keys to `secrets.token_urlsafe` #28

Closed jayceslesar closed 2 months ago

jayceslesar commented 2 months ago

It is more secure to use https://docs.python.org/3/library/secrets.html#secrets.token_urlsafe with 32 bits than a uuid4

@lili7h ?