Metadata-Version: 2.4
Name: django-hidp
Version: 2.0.0
Summary: Full-featured authentication system for Django projects
Author: Jaap Roes, Dennis Bunskoek, Ramon de Jezus, Thomas Kalverda, Wouter de Vries
Author-email: Jaap Roes <jroes@leukeleu.nl>, Dennis Bunskoek <dbunskoek@leukeleu.nl>, Ramon de Jezus <rdejezus@leukeleu.nl>, Thomas Kalverda <tkalverda@leukeleu.nl>, Wouter de Vries <wdevries@leukeleu.nl>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: django>=4.2
Requires-Dist: django-ratelimit>=4.1.0,<5
Requires-Dist: jwcrypto>=1.5,<2
Requires-Dist: requests>=2.32,<3
Requires-Dist: django-hidp[oidc-provider,otp] ; extra == 'all'
Requires-Dist: django-oauth-toolkit>=3.0.1 ; extra == 'oidc-provider'
Requires-Dist: djangorestframework>=3.15.2 ; extra == 'oidc-provider'
Requires-Dist: django-otp>=1.5.0 ; extra == 'otp'
Requires-Dist: segno>=1.3.0 ; extra == 'otp'
Requires-Dist: django-hidp[otp] ; extra == 'recommended'
Requires-Python: >=3.11
Project-URL: Documentation, https://leukeleu.github.io/django-hidp/
Project-URL: Repository, https://github.com/leukeleu/django-hidp/
Project-URL: Issues, https://github.com/leukeleu/django-hidp/issues
Project-URL: Releasenotes, https://github.com/leukeleu/django-hidp/releases
Provides-Extra: all
Provides-Extra: oidc-provider
Provides-Extra: otp
Provides-Extra: recommended
Description-Content-Type: text/markdown

# Hello, ID Please

"Hello, ID Please" (HIdP) is a Django application that offers a
full-featured authentication system for Django projects. It is designed with
the OWASP best practices in mind and offers a secure and flexible solution for
registering and authenticating users in Django projects.

Please read the full documentation on https://leukeleu.github.io/django-hidp/
