mozilla-django-oidc-db


Namemozilla-django-oidc-db JSON
Version 0.22.0 PyPI version JSON
download
home_pageNone
SummaryA database-backed configuration for mozilla-django-oidc
upload_time2025-01-27 14:22:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCopyright 2021 Maykin Media Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords oidc django database authentication
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

.. mozilla_django_oidc_db documentation master file, created by startproject.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

mozilla-django-oidc-db
======================

:Version: 0.22.0
:Source: https://github.com/maykinmedia/mozilla-django-oidc-db
:Keywords: OIDC, django, database, authentication

|build-status| |coverage| |black|

|python-versions| |django-versions| |pypi-version|

Database-backed settings for mozilla-django-oidc, with modified unique identifiers

.. contents::

.. section-numbering::

Features
========

* Thin layer on top of `mozilla-django-oidc`_
* Allows configuration of OpenID Connect variables via django-solo
* Overrides `mozilla-django-oidc`_ default behaviour, using the ``sub`` claim
  instead of the ``email`` claim as unique identifier for users

``mozilla-django-oidc-db`` provides a database singleton for several configuration
variables required for ``mozilla-django-oidc``, moving them from deploy-time to run-time.
This enables modification of the configuration, without having to restart the application.

Additionally, ``mozilla-django-oidc-db`` by default uses the ``sub`` (subject) claim
instead of the ``email`` claim as the unique identifier for users in the RP (Relying Party) application.
Using ``email`` as the unique identifier is not recommended, as mentioned in the `OpenID Connect specification`_.

Usage
=====

Please see the hosted `documentation`_ for installation, configuration and usage instructions.

.. |build-status| image:: https://github.com/maykinmedia/mozilla-django-oidc-db/workflows/Run%20CI/badge.svg?branch=master
    :target: https://github.com/maykinmedia/mozilla-django-oidc-db/actions?query=workflow%3A%22Run+CI%22+branch%3Amaster

.. |coverage| image:: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db
    :alt: Coverage status

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/mozilla_django_oidc_db.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/mozilla_django_oidc_db.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/mozilla_django_oidc_db.svg
    :target: https://pypi.org/project/mozilla_django_oidc_db/

.. |docs| image:: https://readthedocs.org/projects/mozilla-django-oidc-db/badge/?version=latest
    :target: https://mozilla-django-oidc-db.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. _mozilla-django-oidc: https://github.com/mozilla/mozilla-django-oidc

.. _OpenID Connect specification: https://openid.net/specs/openid-connect-core-1_0.html#ClaimStability

.. _documentation: https://mozilla-django-oidc-db.readthedocs.io/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mozilla-django-oidc-db",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "OIDC, django, database, authentication",
    "author": null,
    "author_email": "Maykin Media <support@maykinmedia.nl>",
    "download_url": "https://files.pythonhosted.org/packages/e1/f5/0f48869da4da1825ccad09b264b57767b18b80ba9727972702a61dc24b54/mozilla_django_oidc_db-0.22.0.tar.gz",
    "platform": null,
    "description": "\n\n.. mozilla_django_oidc_db documentation master file, created by startproject.\n   You can adapt this file completely to your liking, but it should at least\n   contain the root `toctree` directive.\n\nmozilla-django-oidc-db\n======================\n\n:Version: 0.22.0\n:Source: https://github.com/maykinmedia/mozilla-django-oidc-db\n:Keywords: OIDC, django, database, authentication\n\n|build-status| |coverage| |black|\n\n|python-versions| |django-versions| |pypi-version|\n\nDatabase-backed settings for mozilla-django-oidc, with modified unique identifiers\n\n.. contents::\n\n.. section-numbering::\n\nFeatures\n========\n\n* Thin layer on top of `mozilla-django-oidc`_\n* Allows configuration of OpenID Connect variables via django-solo\n* Overrides `mozilla-django-oidc`_ default behaviour, using the ``sub`` claim\n  instead of the ``email`` claim as unique identifier for users\n\n``mozilla-django-oidc-db`` provides a database singleton for several configuration\nvariables required for ``mozilla-django-oidc``, moving them from deploy-time to run-time.\nThis enables modification of the configuration, without having to restart the application.\n\nAdditionally, ``mozilla-django-oidc-db`` by default uses the ``sub`` (subject) claim\ninstead of the ``email`` claim as the unique identifier for users in the RP (Relying Party) application.\nUsing ``email`` as the unique identifier is not recommended, as mentioned in the `OpenID Connect specification`_.\n\nUsage\n=====\n\nPlease see the hosted `documentation`_ for installation, configuration and usage instructions.\n\n.. |build-status| image:: https://github.com/maykinmedia/mozilla-django-oidc-db/workflows/Run%20CI/badge.svg?branch=master\n    :target: https://github.com/maykinmedia/mozilla-django-oidc-db/actions?query=workflow%3A%22Run+CI%22+branch%3Amaster\n\n.. |coverage| image:: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db\n    :alt: Coverage status\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/mozilla_django_oidc_db.svg\n\n.. |django-versions| image:: https://img.shields.io/pypi/djversions/mozilla_django_oidc_db.svg\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/mozilla_django_oidc_db.svg\n    :target: https://pypi.org/project/mozilla_django_oidc_db/\n\n.. |docs| image:: https://readthedocs.org/projects/mozilla-django-oidc-db/badge/?version=latest\n    :target: https://mozilla-django-oidc-db.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. _mozilla-django-oidc: https://github.com/mozilla/mozilla-django-oidc\n\n.. _OpenID Connect specification: https://openid.net/specs/openid-connect-core-1_0.html#ClaimStability\n\n.. _documentation: https://mozilla-django-oidc-db.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "Copyright 2021 Maykin Media\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n        ",
    "summary": "A database-backed configuration for mozilla-django-oidc",
    "version": "0.22.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/maykinmedia/mozilla-django-oidc-db/issues",
        "Changelog": "https://github.com/maykinmedia/mozilla-django-oidc-db/blob/master/CHANGELOG.rst",
        "Documentation": "https://mozilla-django-oidc-db.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/maykinmedia/mozilla-django-oidc-db",
        "Source Code": "https://github.com/maykinmedia/mozilla-django-oidc-db"
    },
    "split_keywords": [
        "oidc",
        " django",
        " database",
        " authentication"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c46a6647b96da6cd56cfc3f0b353f1461958820c2eb92c7ddd5646d9a3a703fd",
                "md5": "9d89c7aa2367c755995d899bb0bc5d87",
                "sha256": "2f4e96ff2005e85f7b3dfab297ba004de1d23476d7ed6df1f9fac57e7c33046d"
            },
            "downloads": -1,
            "filename": "mozilla_django_oidc_db-0.22.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d89c7aa2367c755995d899bb0bc5d87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 51535,
            "upload_time": "2025-01-27T14:22:48",
            "upload_time_iso_8601": "2025-01-27T14:22:48.978001Z",
            "url": "https://files.pythonhosted.org/packages/c4/6a/6647b96da6cd56cfc3f0b353f1461958820c2eb92c7ddd5646d9a3a703fd/mozilla_django_oidc_db-0.22.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1f50f48869da4da1825ccad09b264b57767b18b80ba9727972702a61dc24b54",
                "md5": "67002837748b22b2d1ffcc32dcc74348",
                "sha256": "aa4d20cc369a86eb7c307184cda45d033f460e1c53214542aa596be2c5bf6426"
            },
            "downloads": -1,
            "filename": "mozilla_django_oidc_db-0.22.0.tar.gz",
            "has_sig": false,
            "md5_digest": "67002837748b22b2d1ffcc32dcc74348",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 51832,
            "upload_time": "2025-01-27T14:22:51",
            "upload_time_iso_8601": "2025-01-27T14:22:51.516997Z",
            "url": "https://files.pythonhosted.org/packages/e1/f5/0f48869da4da1825ccad09b264b57767b18b80ba9727972702a61dc24b54/mozilla_django_oidc_db-0.22.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-27 14:22:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maykinmedia",
    "github_project": "mozilla-django-oidc-db",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "mozilla-django-oidc-db"
}
        
Elapsed time: 0.37630s