Overview
The django-openid-auth Django package adds support for OpenIDs to be used as user authentication by seamlessly integrating into the built-in django.contrib.auth framework and optionally into the third-party django-registration package.
Features
- Seamless integration into Django's built-in authentication framework django.contrib.auth.
- Multiple OpenIDs per user account.
- (Future) Generic views and sample templates to manage user OpenIDs.
- (Future) Optional integration into django-registration, providing it OpenID simple registration information.
Releases
- Version 0.1: Released on October 11, 2007.
- You can see plans for upcoming releases on the ProjectRoadmap wiki page.
Development
You can checkout the development trunk with subversion:
svn checkout http://django-openid-auth.googlecode.com/svn/trunk/ django-openid-auth-trunk
You can find the current trunk documentation in the docs/ directory.
See the ProjectStatus wiki page for the current status of the project.
To see where this project is (might be) going, check out the ProjectRoadmap wiki page.
You can also follow project happenings, ask questions, or make suggestions on the General Discussion group.