Sidebar Network

django-openid OpenID tools for Django.

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.

Project Homehttp://code.google.com/p/django-openid/
Grab the Repository – svn checkout http://django-openid.googlecode.com/svn/trunk/
 

Recent Commits

  • 19 was committed 1 year, 2 months ago.
    example is now example_consumer. next= parameter now actually works (thanks Jesse Legg)
  • 18 was committed 1 year, 2 months ago.
    Extracted new logo() view
  • 17 was committed 1 year, 3 months ago.
    Commit to test new RSS feed
  • 16 was committed 1 year, 3 months ago.
    Fixed stupid bug introduced in last checkin
  • 15 was committed 1 year, 3 months ago.
    on_success and on_failure functions called by complete() can now be over-ridden - this means the complete() view can be wrapped by one that customises what happens when a user successfully signs in using an OpenID
  • 13 was committed 1 year, 3 months ago.
    Added header to openid.html
  • 12 was committed 1 year, 3 months ago.
    Set mime type of openid.html
  • 11 was committed 1 year, 3 months ago.
    Removed defunct README.txt
  • 10 was committed 1 year, 3 months ago.
    Ready for launch
  • 9 was committed 1 year, 4 months ago.
    Initial checkin