使用 Google 和 VK 的 Django 休息认证?

Django rest auth with Google and VK?

我的 Django SPA 项目需要 SOCIAL REST AUTH,并且 iOS app.

我知道的最好的库是 django-rest-auth(对于 allauth), 但是没有用于 google 和 vk 的 rest auth 的序列化器和视图。 有人有 google 和 vk 的视图和序列化程序吗?或者可能有人知道如何基于 facebook 序列化程序和视图编写它?

试试这个 Python Social Auth - Application - Django 这里有 documentation 你也可以在那里找到 google、VK 和 Instagram。