Confusion on using django socialauth

后端 未结 2 502
慢半拍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:09

    [We wrote this]

    1. There are quite a few forks, which are ahead of us so you might want to use that.
    2. If you just want openid, you dont need API Keys
    3. If you want twitter/FB you definately need keys.
    4. urls.py and manage.py are too show a demo app.
    5. socialauth is the django app, which you can pull out.
    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题