|
|
|
|
|
by bmelton
4316 days ago
|
|
So, how would this work if I'm using Python-Social-Auth as the provider as an interface to Django? Most sites implementing social auth don't do it in the client directly, but as an interface to the oauth and then just trusting that authentication as canon, while simultaneously invoking a non-oAuth login() method at the tail end of the oAuth login. Not sure how this relates directly. That said, this is a FANtastic, and very necessary module, and hopefully it covers what I think is the most common use pattern. |
|