Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/flashingpumpkin/django-socialregistration

Combining OpenID, OAuth and FacebookConnect signup in one application
https://github.com/flashingpumpkin/django-socialregistration

Last synced: 3 months ago
JSON representation

Combining OpenID, OAuth and FacebookConnect signup in one application

Lists

README

        

# django-socialregistration

![](https://secure.travis-ci.org/flashingpumpkin/django-socialregistration.png)

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

See
[documentation](http://django-socialregistration.readthedocs.org/en/latest/)
for installation and configuration.

## TODO

* Get rid of
[`facebook-sdk`](https://github.com/pythonforfacebook/facebook-sdk)
dependency and replace with `requests`
* Get rid of `oauth2` and `httplib2` dependencies and replace with
`requests` and `requests-oauth`