Implement bearer token #4

Open
opened 2024-02-16 13:29:10 +01:00 by Frank · 1 comment
Owner

First investigate/understand what is possible in FastAPI without external tools

Next step

  • discuss doing it or not
  • maybe make a PoC demo project, or add in Amarillo on a branch
First investigate/understand what is possible in FastAPI without external tools - read https://fastapi.tiangolo.com/tutorial/security/ - esp. Simple OAuth2 with Password and Bearer and OAuth2 with Password (and hashing), Bearer with JWT tokens Next step - discuss doing it or not - maybe make a PoC demo project, or add in Amarillo on a branch
Frank self-assigned this 2024-02-16 13:29:10 +01:00
Csaba was assigned by Frank 2024-02-16 13:29:10 +01:00
Frank added this to the Amarillo project 2024-02-16 13:29:10 +01:00
Owner

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: amarillo/amarillo-core#4
No description provided.