I've created custom auth, and logged in with jwt.
When I re-login, this error occurs.
Originally posted by: smartdev0530
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/931
I've created custom auth, and logged in with jwt.
When I re-login, this error occurs.
Try this, that should solve the problem:
if (web3auth.status !== ADAPTER_STATUS.CONNECTED) { await web3auth.connectTo(openloginAdapter.name, { loginProvider: "jwt", extraLoginOptions: { id_token: idToken, verifierIdField: "sub", domain: window.origin }, }); }