How do you integrate sign in with google for web w...
# support-questions-legacy
f
How do you integrate sign in with google for web with super tokens?
r
Hey @frantz9018
f
Hello
r
Did you follow our guides?
f
I did, but I dont think there is a guide for working with sign in with google for web
If so can you provide link
I will work on it now
r
There is. Which recipe are you using?
f
thirdpartyemail
r
Do you want with pre built ui or custom Ui?
f
custom
f
r
Oh right. We don’t have that style login with google. We have the full redirect method
f
Yes, is there any manual implementation that I can do to override the callback page?
r
Hmm. There should be. But I’m not familiar with how google allows this style of login.
But I think it should be possible.
Maybe you could open an issue about this on our GitHub, and when we get time, we can have a look.
f
It calls the call back page but I get an error when it lands on that page
r
What’s the error?
f
nothing specific
r
Is it an error from the signinup api call?
f
let me check
1 sec
there is no error type or message 😦
r
What’s the status code of the api call?
f
I am cant see the api call anymore
not sure why 😦
ok I got it to work again
r
Hmm. And?
f
I dont see any api request that happen when it lands on the google callback page
r
do you call the signInAndUp function when that page loads?
f
yes, I am calling thirdPartySignInAndUp
what does thirdPartySignInAndUp do
r
it verifies the state and takes the
code
query param and calls the signinup API on the backend, which exchanges the code + secret for the access token and then creates or logs in the user in supertokens
3 Views