Metadata-Version: 1.1
Name: django-mojeid
Version: 0.3
Summary: mojeID integration for django
Home-page: https://gitlab.labs.nic.cz/labs/django-mojeid-auth
Author: CZ.NIC z.s.p.o.
Author-email: stepan.henek@nic.cz
License: BSD
Download-URL: https://gitlab.labs.nic.cz/labs/django-mojeid-auth/repository/archive?ref=0.3
Description: A library that can be used to add mojeID support to Django applications.
        The library integrates with Django's built in authentication system, so
        most applications require minimal changes to support mojeID login. The
        library also includes the following features:
          * Attribute Exchange extension.
          * mojeID registration extension.
          * authentication/association handlers.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: django (>=1.6)
Requires: python_openid (>=2.2)
Provides: django_mojeid
