Django allauth social login: automatically linking social site profiles using the registered email
问题 I aim to create the easiest login experience possible for the users of my Django site. I imagine something like: Login screen is presented to user User selects to login with Facebook or Google User enter password in external site User can interact with my site as an authenticated user Ok, this part is easy, just have to install django-allauth and configure it. But I also want to give the option to use the site with a local user. It would have another step: Login screen is presented to user