Search code examples
djangodjango-rest-frameworkpython-social-authdjango-socialauth

Django rest auth with Google and VK?


I need SOCIAL REST AUTH in my Django project for SPA, and iOS app.

The best library I know is django-rest-auth (for allauth), but there is no serialezers and views for rest auth with google and vk. Does anybody has view and serializers for google and vk ? Or may be somebody know how to write it based on facebook serializer and view ?


Solution

  • try this one Python Social Auth - Application - Django here you have documentation you can find there google, VK and Instagram also.