Python SDKs
Auth0 Python SDK libraries make it easy for developers to integrate with and secure any AI agent workflow.
We value your feedback! To ask questions, report issues, or request new frameworks and providers, connect with us on GitHub.
Auth0 SDKs
Updated Auth0 SDKs to secure AI agent workflows:
Auth0 Python Server SDK
The Auth0 Server Python SDK is a library for implementing user authentication in Python applications.
pip install auth0-server-python
Auth0 Python API SDK
The auth0-api-python library allows you to secure APIs running on Python, particularly for verifying Auth0-issued access tokens.
It’s intended as a foundation for building more framework-specific integrations (e.g., with FastAPI, Django, etc.), but you can also use it directly in any Python server-side environment.
pip install auth0-api-python
Auth0 FastAPI SDK
The Auth0 FastAPI SDK is a library for implementing user authentication in FastAPI web applications using Auth0.
pip install auth0-fastapi
Auth0 FastAPI API SDK
The Auth0 FastAPI API SDK library allows you to secure FastAPI APIs using bearer tokens from Auth0.
It exposes a simple require_auth
dependency that checks if incoming requests have a valid JWT, then provides the token claims to your route handler.
pip install auth0-fastapi-api