[ ソース: python-oauthlib ]
パッケージ: python3-oauthlib (2.1.0-1)
python3-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 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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-blinker
- 高速でシンプルなオブジェクト対オブジェクトおよびブロードキャスト信号伝達ライブラリ
-
- 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