Contents

Authlib 1.6.8

0

The ultimate Python library in building OAuth and OpenID Connect servers and clients.

The ultimate Python library in building OAuth and OpenID Connect servers and clients.

Stars: 5214, Watchers: 5214, Forks: 521, Open Issues: 133

The authlib/authlib repo was created 8 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 5214 github stars!

How to Install authlib

You can install authlib using pip

pip install authlib

or add it to a project with poetry

poetry add authlib

Package Details

Author
None
License
BSD-3-Clause
Homepage
None
PyPi:
https://pypi.org/project/Authlib/
Documentation:
https://docs.authlib.org/
GitHub Repo:
https://github.com/lepture/authlib

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Internet/WWW/HTTP/WSGI/Application
  • Security
  • Security/Cryptography
No  authlib  pypi packages just yet.

Errors

A list of common authlib errors.

Code Examples

Here are some authlib code examples and snippets.

GitHub Issues

The authlib package has 133 open issues on GitHub

  • RP-initiated logout
  • rfc7523.JWTBearerTokenGenerator is obsolete
  • OpenID Connect Back-Channel Logout
  • Refreshing the token will not updated refresh_token when using authlib.integrations.starlette_client
  • OpenID Connect RP-Initiated Logout
  • PEP-484 Type Hints
  • OpenID Connect session management
  • RFC8414 - Automatically generate the server metadata file

See more issues on GitHub

Related Packages & Articles

oauthlib 3.3.1

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

ariadne 0.28.0

Ariadne is a Python library for implementing GraphQL servers.

Flask-WTF 1.2.2

Form rendering, validation, and CSRF protection for Flask with WTForms.