I am implementing oauth with google in django using allauth. I have many users registered to site already. Is there any way to provide oauth using google to them, so that the data will be saved in SocialAccount model and connected to corresponding user based on email of the user in User model??
Thanks for all the help