[ buster ]
[ 原始碼: python-oauthlib ]
套件:python-oauthlib(2.1.0-1)
python-oauthlib 的相關連結
Debian 的資源:
下載原始碼套件 python-oauthlib:
- [python-oauthlib_2.1.0-1.dsc]
- [python-oauthlib_2.1.0.orig.tar.gz]
- [python-oauthlib_2.1.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
generic, spec-compliant implementation of OAuth for Python
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
其他與 python-oauthlib 有關的套件
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-blinker
- Fast, simple object-to-object and broadcast signaling library
-
- dep: python-cryptography
- Python library exposing cryptographic recipes and primitives (Python 2)
-
- dep: python-jwt (>= 1.0.0)
- Python implementation of JSON Web Token