The Basics
Views and middleware for enabling your Django application to act as an OpenID consumer. The django_openidconsumer package contains all of the code needed to set up your Django application as an OpenID consumer. You can use it to allow OpenID users to sign in to your site without having to create a new username and password.
Grab the Repository – svn checkout http://django-openid.googlecode.com/svn/trunk/
Recent Commits
-
91 was committed 2 months, 1 week ago.
Added missing __init__.py file
-
90 was committed 2 months, 1 week ago.
Added example showing how Django 1.1 URL syntax using include() can work
-
89 was committed 2 months, 1 week ago.
Now using urlconfs for URL resolution, inspired by recent changes to the Django admin. Should be backwards compatible for Django versions prior to Django changeset [9739]
-
88 was committed 2 months, 1 week ago.
Removed out-of-date comment
-
87 was committed 2 months, 1 week ago.
Fixed broken tests
-
86 was committed 2 months, 1 week ago.
Added simple consumer demo
-
85 was committed 2 months, 1 week ago.
Use a persist member instead of mixins to determine if OpenID session information gets saved using a session or a signed cookie
-
84 was committed 2 months, 3 weeks ago.
RegistrationConsumer.create_user() now has access to the request object
-
83 was committed 2 months, 3 weeks ago.
Ported documentation to Sphinx and added (auto generated) API docs - the non-API-docs still need a lot of work
-
82 was committed 2 months, 3 weeks ago.
Updated provider to reflect change in name of TemplateResponse class