Sunday, 18 August 2013

How to acces the connected user's socialaccount in django-allauth

How to acces the connected user's socialaccount in django-allauth

In that question's answer, it is mentionned that a user can have several
social accounts linked, and how to access all of them (or the first one).
However, how could I access (or find) the precise one the user is logged
in with ? (I'd like to show them "you're connected with ...").

No comments:

Post a Comment