Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auth] find reference implementation for access / refresh #4266

Closed
Tracked by #3433
mikeldking opened this issue Aug 17, 2024 · 1 comment
Closed
Tracked by #3433

[auth] find reference implementation for access / refresh #4266

mikeldking opened this issue Aug 17, 2024 · 1 comment
Assignees

Comments

@mikeldking
Copy link
Contributor

mikeldking commented Aug 17, 2024

Some possible sources:

AuthX - Customizable Authentications and Oauth2 management for FastAPI.
FastAPI Auth - Pluggable auth that supports the OAuth2 Password Flow with JWT access and refresh tokens.
FastAPI Azure Auth - Azure AD authentication for your APIs with single and multi tenant support.
FastAPI Cloud Auth - Simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
FastAPI Login - Account management and authentication (based on Flask-Login).
FastAPI JWT Auth - JWT auth (based on Flask-JWT-Extended).
FastAPI Permissions - Row-level permissions.
FastAPI Security - Implements authentication and authorization as dependencies in FastAPI.
FastAPI Simple Security - Out-of-the-box API key security manageable through path operations.
FastAPI Users - Account management, authentication, authorization.

@axiomofjoy
Copy link
Contributor

Taken a look at all of these in addition to Grafana.

@mikeldking mikeldking reopened this Aug 22, 2024
@mikeldking mikeldking self-assigned this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants