django-rest-auth/rest_auth
Aleksi Häkli 8a4afe746c
Implement connect social accounts functionality
Add serializers and views for connecting accounts with minimal
specialization of the existing django-rest-auth interfaces.

Also add viewset which enables listing social account infmration
via the REST API for social authentication driven client applications.

Resolves #347 in GitHub.
2018-01-18 16:56:42 +02:00
..
locale polish translation 2017-03-11 15:50:27 +01:00
registration Implement connect social accounts functionality 2018-01-18 16:56:42 +02:00
tests Fix unit tests 2017-12-05 00:39:32 -05:00
__init__.py First commit. 2014-04-30 12:52:05 -07:00
admin.py First commit. 2014-04-30 12:52:05 -07:00
app_settings.py Merge branch 'master' into jwt-support 2016-02-15 23:35:32 -05:00
models.py Add support for custom Token model 2016-01-02 15:59:06 -02:00
serializers.py Prevent double-validation in LoginSerializer 2017-11-25 14:10:44 -08:00
social_serializers.py Implement connect social accounts functionality 2018-01-18 16:56:42 +02:00
urls.py closes PR #134 and adds same syntax to demo 2016-01-04 16:29:47 -08:00
utils.py Compile translations and small text fixes 2016-12-22 11:57:23 -08:00
views.py Handle extra args and kwargs in all POST endpoints 2017-10-24 20:14:12 -04:00