I\'m using django-allauth on my website for social logins. I also have a REST API powered by django-rest-framework that serves as the backend of a mobile app. Is there a way I c
You can use Django Rest Auth for this which depends on django-allauth. It's very easy to integrate.