django-oauth-hub


Namedjango-oauth-hub JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/DanielHuisman/django-oauth-hub
SummaryOAuth client and server for Django using authlib.
upload_time2022-12-28 18:49:13
maintainerDaniel Huisman
docs_urlNone
authorDaniel Huisman
requires_python>=3.10,<4.0
licenseMIT
keywords django oauth client server authlib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Django OAuth Hub

OAuth client and server for Django using [Authlib](https://github.com/lepture/authlib).

**NOTE: This library is still under development and mostly undocumented. It is currently not recommended for use in (production) applications.**

## Features

This library consists of two modules: an OAuth client and an OAuth server. The two modules were designed to be used together, but they can also be used separately.

### OAuth client
- OAuth 1.0
- OAuth 2.0
- OpenID Connect (Discovery)
- Configurable by database
- Multiple clients per OAuth provider

### OAuth server
- OAuth 2.0
- TODO

## Documentation
The documentation is available [here](docs/index.md).

## Contributing
See the [development documentation](docs/development.md). In the future more specific guidelines for contributing will be drafted. 

## License
This project is available under the [MIT license](LICENSE.md). Note that some dependencies have different licenses.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DanielHuisman/django-oauth-hub",
    "name": "django-oauth-hub",
    "maintainer": "Daniel Huisman",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "daniel@huisman.me",
    "keywords": "django,oauth,client,server,authlib",
    "author": "Daniel Huisman",
    "author_email": "daniel@huisman.me",
    "download_url": "https://files.pythonhosted.org/packages/04/67/0a9e69854f5bd2ed96206a187be9d5162b0b6cdf60bf55834e7a3823d4a5/django_oauth_hub-0.0.5.tar.gz",
    "platform": null,
    "description": "# Django OAuth Hub\n\nOAuth client and server for Django using [Authlib](https://github.com/lepture/authlib).\n\n**NOTE: This library is still under development and mostly undocumented. It is currently not recommended for use in (production) applications.**\n\n## Features\n\nThis library consists of two modules: an OAuth client and an OAuth server. The two modules were designed to be used together, but they can also be used separately.\n\n### OAuth client\n- OAuth 1.0\n- OAuth 2.0\n- OpenID Connect (Discovery)\n- Configurable by database\n- Multiple clients per OAuth provider\n\n### OAuth server\n- OAuth 2.0\n- TODO\n\n## Documentation\nThe documentation is available [here](docs/index.md).\n\n## Contributing\nSee the [development documentation](docs/development.md). In the future more specific guidelines for contributing will be drafted. \n\n## License\nThis project is available under the [MIT license](LICENSE.md). Note that some dependencies have different licenses.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "OAuth client and server for Django using authlib.",
    "version": "0.0.5",
    "split_keywords": [
        "django",
        "oauth",
        "client",
        "server",
        "authlib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0e4fc386abaad7c0fad0d0eaa2abde7e",
                "sha256": "064b8226f5ad59df306e2aca5cd9316dc54b0023a542e35f94d5e506e79af217"
            },
            "downloads": -1,
            "filename": "django_oauth_hub-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e4fc386abaad7c0fad0d0eaa2abde7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 28344,
            "upload_time": "2022-12-28T18:49:12",
            "upload_time_iso_8601": "2022-12-28T18:49:12.396134Z",
            "url": "https://files.pythonhosted.org/packages/89/1f/3aa52ee1f6340a29cb3a844fbdf6b5cc5fb06dc12611c3ee822d5d261bde/django_oauth_hub-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ecd3fa12a01dc506fc6ece26e36c57ec",
                "sha256": "54053ae082786eeaf3c17ddf2b9b380b37f563da5ecf67e64cad7f7f36f29623"
            },
            "downloads": -1,
            "filename": "django_oauth_hub-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ecd3fa12a01dc506fc6ece26e36c57ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 18728,
            "upload_time": "2022-12-28T18:49:13",
            "upload_time_iso_8601": "2022-12-28T18:49:13.763472Z",
            "url": "https://files.pythonhosted.org/packages/04/67/0a9e69854f5bd2ed96206a187be9d5162b0b6cdf60bf55834e7a3823d4a5/django_oauth_hub-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-28 18:49:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "DanielHuisman",
    "github_project": "django-oauth-hub",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-oauth-hub"
}
        
Elapsed time: 0.04208s