Implement bearer token #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First investigate/understand what is possible in FastAPI without external tools
Next step
Status: deployed on mitanand.mfdz.de
Backwards compatible with API keys using verify_optional_api_key.
verify_admin and verify_api_key have been moved to services/oauth2.py to avoid circular imports.