I have a custom user model and I am using django-allauth for social registration and login. I am trying to connect existing user to new social account when a user login usi
It's implemented out of the box with the latest allauth. You can use the following in your templates:
{% load socialaccount %}
connect spotify account
The URL is the following:
/accounts/spotify/login/?process=connect
No internal modifications needed.