dbottisti
03/06/2023, 1:37 PMscope=['email', 'profile', 'openid']
on my FastAPI backend. However, I'm not sure how I can access the information in the profile on the backend. Any suggestions?rp
03/06/2023, 8:51 PMdbottisti
03/06/2023, 9:00 PMGoogleWithIdToken
Provider (extending the Google Provider) and I was provided an id_token
instead of a code
?rp
03/06/2023, 9:01 PMdbottisti
03/06/2023, 9:08 PMthirdparty_auth_response["access_token"]
is use-id-token
, the value I submitted in the POST request (since I provided id_token
instead)rp
03/06/2023, 9:09 PMdbottisti
03/06/2023, 9:10 PM