What is the most appropriate Django package for linking regular Django user to FB account? Scenario:
- User of regular Django site registers an account
- He logs in using plain login/password
- He connects his regular account to FB account and able to re-link later it to different FB account if needed.
I can't seem to find a package that matches all of the requirements, seems that most packages(django-facebook, django-social-auth) assume that initial login/registration to site is done through social media, while all I want is - regular django login and some optional/delayed access to social media.