套件: python3-oauthlib (3.2.0-1ubuntu0.1)
python3-oauthlib 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-oauthlib:
- [python-oauthlib_3.2.0-1ubuntu0.1.dsc]
- [python-oauthlib_3.2.0.orig.tar.gz]
- [python-oauthlib_3.2.0-1ubuntu0.1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Team
- Daniele Tricoli
外部的資源:
- 主頁 [github.com]
相似套件:
generic, spec-compliant implementation of OAuth for Python3
OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object. It can be used to graft OAuth support onto HTTP libraries.
OAuth 1 is fully supported per the RFC for both clients and providers.
OAuth 2 client and provider support for:
- Authorization Code Grant - Implicit Grant - Client Credentials Grant - Resource Owner Password Credentials Grant - Refresh Tokens - Bearer Tokens - Draft MAC tokens - Token Revocation - OpenID Connect Authentication
This package contains the Python 3 version of the library.
其他與 python3-oauthlib 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-blinker
- fast, simple object-to-object and broadcast signaling library
-
- dep: python3-cryptography
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- dep: python3-jwt (>= 1.0.0)
- Python 3 implementation of JSON Web Token