Customizing template while implementing login with Google oauth in Django
When I press the “Login with Google button”, I want to go straight to the Google login screen, but I have to press the “Continue” button in the picture below to proceed. Does anyone know a way to eliminate this process…?
Retrieve user data infos after authentification using OAuth 2.0
How can I retrieve user data information after authentication using Django and Google OAuth2 ?