Name | Authlib JSON |
Version |
1.3.2
JSON |
| download |
home_page | None |
Summary | The ultimate Python library in building OAuth and OpenID Connect servers and clients. |
upload_time | 2024-08-26 07:10:04 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | BSD-3-Clause |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Authlib
=======
The ultimate Python library in building OAuth and OpenID Connect servers.
JWS, JWK, JWA, JWT are included.
Useful Links
------------
1. Homepage: https://authlib.org/
2. Documentation: https://docs.authlib.org/
3. Purchase Commercial License: https://authlib.org/plans
4. Blog: https://blog.authlib.org/
5. More Repositories: https://github.com/authlib
6. Twitter: https://twitter.com/authlib
7. Donate: https://www.patreon.com/lepture
Specifications
--------------
- RFC5849: The OAuth 1.0 Protocol
- RFC6749: The OAuth 2.0 Authorization Framework
- RFC6750: The OAuth 2.0 Authorization Framework: Bearer Token Usage
- RFC7009: OAuth 2.0 Token Revocation
- RFC7515: JSON Web Signature
- RFC7516: JSON Web Encryption
- RFC7517: JSON Web Key
- RFC7518: JSON Web Algorithms
- RFC7519: JSON Web Token
- RFC7521: Assertion Framework for OAuth 2.0 Client Authentication and Authorization Grants
- RFC7523: JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants
- RFC7591: OAuth 2.0 Dynamic Client Registration Protocol
- RFC7636: Proof Key for Code Exchange by OAuth Public Clients
- RFC7638: JSON Web Key (JWK) Thumbprint
- RFC7662: OAuth 2.0 Token Introspection
- RFC8037: CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)
- RFC8414: OAuth 2.0 Authorization Server Metadata
- RFC8628: OAuth 2.0 Device Authorization Grant
- OpenID Connect 1.0
- OpenID Connect Discovery 1.0
- draft-madden-jose-ecdh-1pu-04: Public Key Authenticated Encryption for JOSE: ECDH-1PU
Implementations
---------------
- Requests OAuth 1 Session
- Requests OAuth 2 Session
- Requests Assertion Session
- HTTPX OAuth 1 Session
- HTTPX OAuth 2 Session
- HTTPX Assertion Session
- Flask OAuth 1/2 Client
- Django OAuth 1/2 Client
- Starlette OAuth 1/2 Client
- Flask OAuth 1.0 Server
- Flask OAuth 2.0 Server
- Flask OpenID Connect 1.0
- Django OAuth 1.0 Server
- Django OAuth 2.0 Server
- Django OpenID Connect 1.0
License
-------
Authlib is licensed under BSD. Please see LICENSE for licensing details.
If this license does not fit your company, consider to purchase a commercial
license. Find more information on `Authlib Plans`_.
.. _`Authlib Plans`: https://authlib.org/plans
Raw data
{
"_id": null,
"home_page": null,
"name": "Authlib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Hsiaoming Yang <me@lepture.com>",
"download_url": "https://files.pythonhosted.org/packages/f3/75/47dbab150ef6f9298e227a40c93c7fed5f3ffb67c9fb62cd49f66285e46e/authlib-1.3.2.tar.gz",
"platform": null,
"description": "Authlib\n=======\n\nThe ultimate Python library in building OAuth and OpenID Connect servers.\nJWS, JWK, JWA, JWT are included.\n\nUseful Links\n------------\n\n1. Homepage: https://authlib.org/\n2. Documentation: https://docs.authlib.org/\n3. Purchase Commercial License: https://authlib.org/plans\n4. Blog: https://blog.authlib.org/\n5. More Repositories: https://github.com/authlib\n6. Twitter: https://twitter.com/authlib\n7. Donate: https://www.patreon.com/lepture\n\nSpecifications\n--------------\n\n- RFC5849: The OAuth 1.0 Protocol\n- RFC6749: The OAuth 2.0 Authorization Framework\n- RFC6750: The OAuth 2.0 Authorization Framework: Bearer Token Usage\n- RFC7009: OAuth 2.0 Token Revocation\n- RFC7515: JSON Web Signature\n- RFC7516: JSON Web Encryption\n- RFC7517: JSON Web Key\n- RFC7518: JSON Web Algorithms\n- RFC7519: JSON Web Token\n- RFC7521: Assertion Framework for OAuth 2.0 Client Authentication and Authorization Grants\n- RFC7523: JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants\n- RFC7591: OAuth 2.0 Dynamic Client Registration Protocol\n- RFC7636: Proof Key for Code Exchange by OAuth Public Clients\n- RFC7638: JSON Web Key (JWK) Thumbprint\n- RFC7662: OAuth 2.0 Token Introspection\n- RFC8037: CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)\n- RFC8414: OAuth 2.0 Authorization Server Metadata\n- RFC8628: OAuth 2.0 Device Authorization Grant\n- OpenID Connect 1.0\n- OpenID Connect Discovery 1.0\n- draft-madden-jose-ecdh-1pu-04: Public Key Authenticated Encryption for JOSE: ECDH-1PU\n\nImplementations\n---------------\n\n- Requests OAuth 1 Session\n- Requests OAuth 2 Session\n- Requests Assertion Session\n- HTTPX OAuth 1 Session\n- HTTPX OAuth 2 Session\n- HTTPX Assertion Session\n- Flask OAuth 1/2 Client\n- Django OAuth 1/2 Client\n- Starlette OAuth 1/2 Client\n- Flask OAuth 1.0 Server\n- Flask OAuth 2.0 Server\n- Flask OpenID Connect 1.0\n- Django OAuth 1.0 Server\n- Django OAuth 2.0 Server\n- Django OpenID Connect 1.0\n\nLicense\n-------\n\nAuthlib is licensed under BSD. Please see LICENSE for licensing details.\n\nIf this license does not fit your company, consider to purchase a commercial\nlicense. Find more information on `Authlib Plans`_.\n\n.. _`Authlib Plans`: https://authlib.org/plans\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "The ultimate Python library in building OAuth and OpenID Connect servers and clients.",
"version": "1.3.2",
"project_urls": {
"Blog": "https://blog.authlib.org/",
"Documentation": "https://docs.authlib.org/",
"Donate": "https://github.com/sponsors/lepture",
"Issues": "https://github.com/lepture/authlib/issues",
"Purchase": "https://authlib.org/plans",
"Source": "https://github.com/lepture/authlib"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "df4c9aa0416a403d5cc80292cb030bcd2c918cce2755e314d8c1aa18656e1e12",
"md5": "c6eee31ce444025a4b105e4adad64e90",
"sha256": "ede026a95e9f5cdc2d4364a52103f5405e75aa156357e831ef2bfd0bc5094dfc"
},
"downloads": -1,
"filename": "Authlib-1.3.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c6eee31ce444025a4b105e4adad64e90",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 225111,
"upload_time": "2024-08-26T07:10:02",
"upload_time_iso_8601": "2024-08-26T07:10:02.811668Z",
"url": "https://files.pythonhosted.org/packages/df/4c/9aa0416a403d5cc80292cb030bcd2c918cce2755e314d8c1aa18656e1e12/Authlib-1.3.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f37547dbab150ef6f9298e227a40c93c7fed5f3ffb67c9fb62cd49f66285e46e",
"md5": "a5d54252c10683b0efbea369b09770e3",
"sha256": "4b16130117f9eb82aa6eec97f6dd4673c3f960ac0283ccdae2897ee4bc030ba2"
},
"downloads": -1,
"filename": "authlib-1.3.2.tar.gz",
"has_sig": false,
"md5_digest": "a5d54252c10683b0efbea369b09770e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 147313,
"upload_time": "2024-08-26T07:10:04",
"upload_time_iso_8601": "2024-08-26T07:10:04.908984Z",
"url": "https://files.pythonhosted.org/packages/f3/75/47dbab150ef6f9298e227a40c93c7fed5f3ffb67c9fb62cd49f66285e46e/authlib-1.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-26 07:10:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sponsors",
"github_project": "lepture",
"github_not_found": true,
"lcname": "authlib"
}