Project Summary

  Analyzed 4 days ago based on code collected 4 days ago.

OpenID Consumer/Relying Party (RP) for Google App Engine Django projects implemented as a Django app.

Derived by Wesley Tanaka from Brian Ellin's WSGI demand.openid.net OpenID consumer.

Patches/suggestions appreciated.

Join the discussion group

To install with a new Google App Engine project:

Get the Google App Engine Helper for Django. You will need a version which works with the Django bundled with the latest version of the App Engine SDK. Get the google-app-engine-django-openid source (using the Source tab above) and copy it into the same directory, overwriting urls.py from the App Engine Helper distribution add 'openidgae' to INSTALLED_APPS in settings.py add 'openidgae.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES in settings.py To install with an existing Google App Engine project:

get the openid and openidgae directories from the subversion respository and put them in your main application directory Modify your urls.py using this urls.py as an example add 'openidgae' to INSTALLED_APPS in settings.py add 'openidgae.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES in settings.py To get a copy of the latest svn trunk without any polluting .svn directories, you should be able to do:

svn export http://google-app-engine-django-openid.googlecode.com/svn/trunk/ google-app-engine-django-openid-export

Share

In a Nutshell, google-app-engine-django-openid...

Languages

Python
95%
2 Other
5%
 
 

Lines of Code

 

Activity

30 Day Summary Apr 22 2013 — May 22 2013

12 Month Summary May 22 2012 — May 22 2013

  • 0 Commits Down -1 (100%) from previous 12 months
  • 0 Contributors Down -1 (100%) from previous 12 months

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.