You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I obtain the ID token and use it to retrieve the private key from Web3Auth, some requests fail due to network issues, resulting in the invalidation of the ID token.
Solution
Add a retry policy to Web3Auth to reduce the occurrence of the above issue.
The text was updated successfully, but these errors were encountered:
Background
When I obtain the
ID token
and use it to retrieve the private key fromWeb3Auth
, some requests fail due to network issues, resulting in the invalidation of theID token
.Solution
Add a retry policy to
Web3Auth
to reduce the occurrence of the above issue.The text was updated successfully, but these errors were encountered: