Plug in django-allauth as endpoint in django-rest-framework

后端 未结 4 1233
遥遥无期
遥遥无期 2021-01-30 10:58

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

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 11:13

    You can use Django Rest Auth for this which depends on django-allauth. It's very easy to integrate.

提交回复
热议问题