{"id":19525750,"url":"https://github.com/maykinmedia/mozilla-django-oidc-db","last_synced_at":"2025-04-26T10:30:53.744Z","repository":{"id":40264271,"uuid":"382342545","full_name":"maykinmedia/mozilla-django-oidc-db","owner":"maykinmedia","description":"Database-backed settings for mozilla-django-oidc, with modified unique identifiers for users","archived":false,"fork":false,"pushed_at":"2025-04-18T15:20:46.000Z","size":397,"stargazers_count":4,"open_issues_count":14,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T04:13:00.356Z","etag":null,"topics":["authentication","django","oidc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maykinmedia.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-02T12:40:39.000Z","updated_at":"2025-04-08T15:43:01.000Z","dependencies_parsed_at":"2023-12-21T14:06:39.240Z","dependency_job_id":"e2d1c426-da3e-4aab-9ef8-94c3263bc0dc","html_url":"https://github.com/maykinmedia/mozilla-django-oidc-db","commit_stats":{"total_commits":113,"total_committers":3,"mean_commits":"37.666666666666664","dds":"0.19469026548672563","last_synced_commit":"a798a09ce16e6c63115e7038fd3d00c5bfc0ceca"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maykinmedia%2Fmozilla-django-oidc-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maykinmedia%2Fmozilla-django-oidc-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maykinmedia%2Fmozilla-django-oidc-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maykinmedia%2Fmozilla-django-oidc-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maykinmedia","download_url":"https://codeload.github.com/maykinmedia/mozilla-django-oidc-db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250972550,"owners_count":21516381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","django","oidc"],"created_at":"2024-11-11T01:06:54.605Z","updated_at":"2025-04-26T10:30:53.739Z","avatar_url":"https://github.com/maykinmedia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\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.23.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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaykinmedia%2Fmozilla-django-oidc-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaykinmedia%2Fmozilla-django-oidc-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaykinmedia%2Fmozilla-django-oidc-db/lists"}