python-oauthlib 3.3.1-ok1 source package in openKylin
Changelog
python-oauthlib (3.3.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:48:58 +0800
python-oauthlib (3.3.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:48:58 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-oauthlib_3.3.1.orig.tar.gz | 181.6 KiB | 0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9 |
| python-oauthlib_3.3.1-ok1.debian.tar.xz | 2.7 KiB | 3b03daac20061e1d2271cf76ccbd151559bd2e4a60c17d7d641cbd52559cd053 |
| python-oauthlib_3.3.1-ok1.dsc | 2.0 KiB | 906f8251b2bfa09cc71fb4d0484e2c79db423d0648b5eb645111fa57a086b8ee |
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.