Arize-ai / phoenix

AI Observability & Evaluation
https://docs.arize.com/phoenix
Other
3.8k stars 282 forks source link

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

Closed mikeldking closed 1 month ago

mikeldking commented 2 months ago

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 commented 2 months ago

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