• Stars
    star
    612
  • Rank 72,773 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 15 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Combining OpenID, OAuth and FacebookConnect signup in one application

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