authlib==1.7.2
# The ultimate Python library in building OAuth and OpenID Connect servers and clients.
$ pip install authlib
downloads/wk
0
license
BSD-3-Clause
version
1.7.2
python
>=3.10
What is authlib?
Authlib is a Python library that provides tools for implementing OAuth 2.0 and OpenID Connect authentication protocols in both server and client applications. Developers use it to handle complex authentication workflows, token management, and user identity verification without building these security-critical systems from scratch. It supports multiple OAuth flows and integrates with popular web frameworks, making it suitable for applications ranging from simple API authentication to enterprise identity management.
Dependencies (2)