~joe-topjian-v/django-openid-auth/jtopjian-dev

« back to all changes in this revision

Viewing changes to setup.py

Add support for requesting user details via the Attribute Exchange extension.  This allows us to retrieve user details from providers that don't implement the Simple Registration extension (e.g. Google).  Fixes bug #517393.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
most applications require minimal changes to support OpenID llogin. The
34
34
library also includes the following features:
35
35
  * Basic user details are transferred from the OpenID server via the
36
 
    simple Registration extension.
 
36
    Simple Registration extension or Attribute Exchange extension.
37
37
  * can be configured to use a fixed OpenID server URL, for use in SSO.
38
38
  * supports the launchpad.net teams extension to get team membership
39
39
    info.