Metadata-Version: 2.1
Name: django-openid-auth
Version: 0.17
Summary: OpenID integration for django.contrib.auth
Home-page: https://launchpad.net/django-openid-auth
Download-URL: http://launchpad.net/django-openid-auth/trunk/0.17/+download/django-openid-auth-0.17.tar.gz
Author: Canonical Ltd
Author-email: noreply@canonical.com
License: BSD
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
License-File: LICENSE.txt
Requires-Dist: django (>=2.2)
Requires-Dist: python3-openid

A library that can be used to add OpenID support to Django applications.
The library integrates with Django's built in authentication system, so
most applications require minimal changes to support OpenID llogin. The
library also includes the following features:

  * Basic user details are transferred from the OpenID server via the
    Simple Registration extension or Attribute Exchange extension.
  * can be configured to use a fixed OpenID server URL, for use in SSO.
  * supports the launchpad.net teams extension to get team membership
    info.
