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

后端 未结 4 1273
遥遥无期
遥遥无期 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:19

    You could use djoser but I don't know how it cooperates with allauth: https://github.com/sunscrapers/djoser

提交回复
热议问题