Angular Login with Google

I followed the instructions (https://supabase.com/docs/guides/auth/auth-google) and everything worked. Now when I click on Login I am redirected to Google where I can log in. After that I get back to my project URL (https://localhost:4200). In the URL it says access_token=xxxx. How can I now create a session for a user? From where can i get the Google username? Unfortunately I didn't find any instructions on the internet. Can someone help me?
Login with Google
Add Google OAuth to your Supabase project
Was this page helpful?