django-socialregistration

Django app providing registration through a variety of APIs


Keywords
django, facebook, twitter, oauth, openid, registration, foursquare, linkedin, github, oauth2
License
Other
Install
pip install django-socialregistration==0.5.10

Documentation

django-socialregistration

django-socialregistration enables developers to add user registration with OAuth, OAuth2 and OpenID services.

See documentation for installation and configuration.

TODO

  • Get rid of facebook-sdk dependency and replace with requests
  • Get rid of oauth2 and httplib2 dependencies and replace with requests and requests-oauth