st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
519 stars 122 forks source link

Feature: Associate social login with current logged in user #171

Closed Zundrium closed 1 year ago

Zundrium commented 1 year ago

We have an automatic associate by email feature thanks to python-social-auth, but what about connecting multiple accounts on your profile page?

It would be really nice if we could use the /login/social endpoint, where the current user is being used if someone is logged in.

Would that be easy to implement?

Zundrium commented 1 year ago

And.. it seems that it already does! Closing issue.