Confusion on using django socialauth

后端 未结 2 575
慢半拍i
慢半拍i 2021-01-02 22:29

http://github.com/uswaretech/Django-Socialauth/tree/master/socialauth/

I\'m a bit confused on how I should use this. Of course, I read the notes at the bottom but I\

2条回答
  •  甜味超标
    2021-01-02 23:12

    I would use the fork from agiliq (same guys).

    If you look at the commits in agiliq and uswaretech, you will see that the agiliq fork has more recent commits.

    • https://github.com/agiliq/Django-Socialauth/commits/master
    • https://github.com/uswaretech/Django-Socialauth/commits/master

    And you could also use django-social-auth, which might seem to be another fork, but it's a completely different implementation.

提交回复
热议问题