Hi , I am using google sign (Thirdpartyemailpassword) recipee
How will we handle callback urls to different apps post google sign in ?
So, I have setup google account and used the same client id and secret key in the backend sdk .
We have a use case where one request has to be redirected to dbe.fairmatic.com/auth/callback/google and the other one to** uws.fairmatic.com/auth/callback/google** after google login .
How do we achieve this using a single supertokens setup with common login flow ?