mozilla-django-oidc-db


Namemozilla-django-oidc-db JSON
Version 0.24.0 PyPI version JSON
download
home_pageNone
SummaryA database-backed configuration for mozilla-django-oidc
upload_time2025-08-01 10:20:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
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.24.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 configuring OpenID connect providers and clients.
* 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 database configuration 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/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/maykinmedia/mozilla-django-oidc-db/actions/workflows/ci.yml

.. |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/21/71/32dac4a6f975b1023c872c695c84a169d4df8b301848b6c95fdd46125b14/mozilla_django_oidc_db-0.24.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.24.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 configuring OpenID connect providers and clients.\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 database configuration 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/actions/workflows/ci.yml/badge.svg\n    :target: https://github.com/maykinmedia/mozilla-django-oidc-db/actions/workflows/ci.yml\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": null,
    "summary": "A database-backed configuration for mozilla-django-oidc",
    "version": "0.24.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": "e38867310ce1b9e961c0b6475405587a749e5219ae6b115da3d5eedd8b81406d",
                "md5": "49d0d4859b284a07eaf25a0799741adb",
                "sha256": "409d44e3092dd903e67be6f9d0e0acab17d9b8ac9daaf826ec79c0795c4d42b3"
            },
            "downloads": -1,
            "filename": "mozilla_django_oidc_db-0.24.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49d0d4859b284a07eaf25a0799741adb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 51070,
            "upload_time": "2025-08-01T10:20:48",
            "upload_time_iso_8601": "2025-08-01T10:20:48.638806Z",
            "url": "https://files.pythonhosted.org/packages/e3/88/67310ce1b9e961c0b6475405587a749e5219ae6b115da3d5eedd8b81406d/mozilla_django_oidc_db-0.24.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "217132dac4a6f975b1023c872c695c84a169d4df8b301848b6c95fdd46125b14",
                "md5": "21c0e0d4a55fabf4f669529b1807381b",
                "sha256": "6b38f5cee99e02209234fa981a54897d8879f958f1f98cbe9df26f5c2fe2964c"
            },
            "downloads": -1,
            "filename": "mozilla_django_oidc_db-0.24.0.tar.gz",
            "has_sig": false,
            "md5_digest": "21c0e0d4a55fabf4f669529b1807381b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 55243,
            "upload_time": "2025-08-01T10:20:50",
            "upload_time_iso_8601": "2025-08-01T10:20:50.157426Z",
            "url": "https://files.pythonhosted.org/packages/21/71/32dac4a6f975b1023c872c695c84a169d4df8b301848b6c95fdd46125b14/mozilla_django_oidc_db-0.24.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 10:20:50",
    "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: 2.52224s