[ 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
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-blinker
- 快速、简单的对象到对象和广播的信号消息库
-
- dep: python-cryptography
- Python library exposing cryptographic recipes and primitives (Python 2)
-
- dep: python-jwt (>= 1.0.0)
- Python implementation of JSON Web Token