Authlib


NameAuthlib JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryThe ultimate Python library in building OAuth and OpenID Connect servers and clients.
upload_time2024-12-20 08:48:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD-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.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Hsiaoming Yang <me@lepture.com>",
    "download_url": "https://files.pythonhosted.org/packages/33/7d/67f064784776afc59d6deda9f4b8e117843d7cda8ddf34bbdbbae39641ca/authlib-1.4.0.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.4.0",
    "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": "63c66a14bb00f963597d675fa63f060eb6db3fdb54bbf01d94768f51d067f578",
                "md5": "5149f51052c4ab6cb391510aa68b85e5",
                "sha256": "4bb20b978c8b636222b549317c1815e1fe62234fc1c5efe8855d84aebf3a74e3"
            },
            "downloads": -1,
            "filename": "Authlib-1.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5149f51052c4ab6cb391510aa68b85e5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 225531,
            "upload_time": "2024-12-20T08:47:57",
            "upload_time_iso_8601": "2024-12-20T08:47:57.401091Z",
            "url": "https://files.pythonhosted.org/packages/63/c6/6a14bb00f963597d675fa63f060eb6db3fdb54bbf01d94768f51d067f578/Authlib-1.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "337d67f064784776afc59d6deda9f4b8e117843d7cda8ddf34bbdbbae39641ca",
                "md5": "3f7d5425312f2b619224c9aac508b91c",
                "sha256": "1c1e6608b5ed3624aeeee136ca7f8c120d6f51f731aa152b153d54741840e1f2"
            },
            "downloads": -1,
            "filename": "authlib-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3f7d5425312f2b619224c9aac508b91c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 147327,
            "upload_time": "2024-12-20T08:48:00",
            "upload_time_iso_8601": "2024-12-20T08:48:00.242544Z",
            "url": "https://files.pythonhosted.org/packages/33/7d/67f064784776afc59d6deda9f4b8e117843d7cda8ddf34bbdbbae39641ca/authlib-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 08:48:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "lepture",
    "github_not_found": true,
    "lcname": "authlib"
}
        
Elapsed time: 3.36748s