Background
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.
Background
When I obtain the
ID tokenand 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
Web3Authto reduce the occurrence of the above issue.