I'm beginning with Oauth2 authentication with django allauth. I followed this tutorial The authentication with Google OAuth is working Now I'm wondering how to use this authenticated User to use another API that is using Google Oauth too by using information of the already logged in user. I imagine that the process is based on using the AccessToken used at first app authentication to log in the API, API that will validate this accessToken to Google too. But honestly I don't see at all the way to implement this behaviour Is there some explanation or tutorial or documentation describing this king of architecture ? or maybe I'm wrong on the way and there is a better way to do that ? Thank you in advance RV