.. meta::
    :description: The ultimate Python library in building OAuth 1.0, OAuth 2.0, OpenID Connect providers and clients,
         with built-in JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK),
         and JSON Web Token (JWT) support.
    :image: https://repository-images.githubusercontent.com/108510280/cab09300-d0ad-11e9-8113-ed9e6ba76927

Authlib: Python Authentication
==============================

Release v\ |version|. (:ref:`Installation <install>`)

The ultimate Python library in building OAuth and OpenID Connect servers and clients.
It is designed from low level specifications implementations to high level
frameworks integrations, to meet the needs of everyone.

Authlib is compatible with Python3.10+.

.. toctree::
    :maxdepth: 2

    basic/index
    oauth2/index
    oauth1/index
    jose/index
    community/index
    upgrades/index
