oauthlib==3.3.1
# A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
$ pip install oauthlib
downloads/wk
0
license
BSD-3-Clause
version
3.3.1
python
>=3.8
What is oauthlib?
OAuthlib is a Python package that implements the core OAuth protocol logic for signing and validating requests according to the official OAuth specifications. It handles the low-level cryptographic and request-signing details needed to build OAuth clients and servers, allowing developers to focus on integrating authentication and authorization into their applications rather than building the protocol from scratch.
Dependencies (3)
Author
The OAuthlib Community