Skip to content

API Key for authentication

API_KEY read from env variable.

To generate an API_KEY, one can use secrets.token_urlsafe(16) https://docs.python.org/3/library/secrets.html

Edited by sghosh