Metadata-Version: 2.1
Name: django-digid-eherkenning
Version: 0.9.0
Summary: A Django app for DigiD/eHerkenning authentication flows
Home-page: https://github.com/maykinmedia/django-digid-eherkenning
Author: Maykin Media
Author-email: support@maykinmedia.nl
License: MIT
Project-URL: Changelog, https://github.com/maykinmedia/django-digid-eherkenning/blob/master/docs/CHANGELOG.rst
Project-URL: Bug Tracker, https://github.com/maykinmedia/django-digid-eherkenning/issues
Project-URL: Source Code, https://github.com/maykinmedia/django-digid-eherkenning
Keywords: django,authentication,digid,eherkenning,eidas,dutch,nl,netherlands
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: django>=3.2.0
Requires-Dist: django-sessionprofile
Requires-Dist: django-simple-certmanager
Requires-Dist: django-solo
Requires-Dist: lxml
Requires-Dist: defusedxml>=0.7.0
Requires-Dist: furl
Requires-Dist: maykin-python3-saml
Provides-Extra: tests
Requires-Dist: django-test-migrations; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-django; extra == "tests"
Requires-Dist: responses; extra == "tests"
Requires-Dist: freezegun; extra == "tests"
Requires-Dist: tox; extra == "tests"
Requires-Dist: isort; extra == "tests"
Requires-Dist: black; extra == "tests"
Provides-Extra: pep8
Requires-Dist: flake8; extra == "pep8"
Provides-Extra: coverage
Requires-Dist: pytest-cov; extra == "coverage"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: release
Requires-Dist: bump2version; extra == "release"
Requires-Dist: twine; extra == "release"

========================
django-digid-eherkenning
========================

:Version: 0.9.0
:Source: https://github.com/maykinmedia/django-digid-eherkenning
:Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands
:PythonVersion: 3.7+

|build-status| |code-quality| |black| |coverage| |docs|

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

A Django app for DigiD/eHerkenning authentication flows

.. contents::

.. section-numbering::

Features
========

* SAML-based DigiD authentication flow
* SAML-based eHerkenning authentication flow
* Custom Django authentication backend
* Extensible

Getting started
===============

See the `documentation`_.

.. _documentation: https://django-digid-eherkenning.readthedocs.io/en/latest/

.. |build-status| image:: https://github.com/maykinmedia/django-digid-eherkenning/workflows/Run%20CI/badge.svg
    :alt: Build status
    :target: https://github.com/maykinmedia/django-digid-eherkenning/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/maykinmedia/django-digid-eherkenning/workflows/Code%20quality%20checks/badge.svg
     :alt: Code quality checks
     :target: https://github.com/maykinmedia/django-digid-eherkenning/actions?query=workflow%3A%22Code+quality+checks%22

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

.. |coverage| image:: https://codecov.io/gh/maykinmedia/django-digid-eherkenning/branch/master/graph/badge.svg?token=LNK592C9B2
    :target: https://codecov.io/gh/maykinmedia/django-digid-eherkenning
    :alt: Coverage status

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

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/django-digid-eherkenning.svg

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

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