[Archive] 0Auth. Unable to detect login share from the Auth Network

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by dev.amsets on 8/16/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.


Module: “@web3auth/openlogin-adapter”: “^6.1.3”,
I use a custom auth

Знімок екрана 2023-08-16 о 01.02.19
Знімок екрана 2023-08-16 о 01.02.192390×1344 175 KB

Знімок екрана 2023-08-16 о 01.02.35
Знімок екрана 2023-08-16 о 01.02.352376×1162 196 KB

. When I try to log in, I get an error even though I have my VPN turned off and also a stable internet connection, then why am I getting this error?

@dev.amsets Thanks for reaching out.

Which network are you on Mainnet, Testnet, Cyan?

Network: Testnet
Type: Aggregate
@vjgee

The error indicates the inability to verify your JWT token. Please refer to the below troubleshooting guide:

Have you specified the additional parameters for Auth0:

const web3authProvider = await web3auth.connectTo(WALLET_ADAPTERS.OPENLOGIN, {
  loginProvider: "jwt",
  extraLoginOptions: {
    verifierIdField: "sub", // same as your JWT Verifier ID
    domain: "https://YOUR-APPLICATION-DOMAIN", // your Auth0 domain
  },
});