Error occurred while verifying paramstimesigned is more than 1m0s ago - Expired token

Error occurred while verifying paramstimesigned is more than 1m0s ago

“Error occurred while verifying paramstimesigned is more than 1m0s ago 2022-02-24 13:46:05 +0000 UTC” error could be because:

  • JWT is expired.
  • The JWT’s exp field is less than the current time.
  • The JWT’s iat field is greater than 60s from current time.

Web3Auth accepts only those JWTs whose iat is less than the current time and is not greater than 60s from current time. Regardless of the exp field of the JWT.

  • In short, the JWT is considered expired if the iat is greater than 60s from the current time.

Hi @shahbaz ,

Is there a way for us to extend the 60s limit because it doesn’t fit our use-case. We can to authenticate the users later in out app and not within 60s.

1 Like