Auth0 Auth Python Mono Repo, containing SDKs for implementing user authentication in Python applications.
-
auth0-api-python
Authentication SDK for securing APIs on Python (JWT verification, claims checks, etc.) -
auth0-server-python
Authentication SDK for server-side Python apps, built on Authlib. Handles OAuth flows, session logic. -
auth0-fastapi
Authentication SDK for FastAPI. Provides routes, session/cookie handling, and user linking. -
auth0-fastapi-api Additional tooling for combining
auth0-fastapi
with custom API flows.
Important
You might see auth0-server-python
in the above packages list but don't get confused. In future, this repository will point to one SDK i.e.auth0-server-python
and rest all SDKS will have their own respective repositories.
We appreciate feedback and contribution to this repo! Before you get started, please read the following:
- Auth0's general contribution guidelines
- Auth0's code of conduct guidelines
- This repo's contribution guide
To provide feedback or report a bug, please raise an issue on our issue tracker.
Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?
This project is licensed under the MIT license. See the LICENSE file for more info.