Archived Content from Web3Auth Community
This topic was originally posted by joseandresromero18 on 12/1/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
I’m trying to login using Google as loginProvider specifiying a redirectUrl:
await web3auth.connectTo(WALLET_ADAPTERS.OPENLOGIN, {
loginProvider: "google",
redirectUrl
});
I would like that the JWT generated after google successful login to be passed in the query string of the redirectUrl. Is that possible? If so, how could I achieve it?