Is there a way of using django rest framework with allauth for both normal user registration and social registration
Asked
Active
Viewed 1,675 times
0
-
I found this link in the issues section of allauth, but the solution focuses on social providers rather than simple login. How do you cater for all. https://github.com/pennersr/django-allauth/issues/360 – acquayefrank Jan 26 '15 at 23:38
-
possible duplicate of [oauth2 token authentication using django-oauth-toolkit and python-social-auth](http://stackoverflow.com/questions/27051209/oauth2-token-authentication-using-django-oauth-toolkit-and-python-social-auth) – Kevin Brown-Silva Aug 24 '15 at 21:44
1 Answers
3
In case anyone is interested you could use django-rest-auth which works with allauth. But there is an error and this is the work around.

acquayefrank
- 474
- 5
- 21