React Native - DappShare login not working. #753
BrandanDoesCode
announced in
Help
Replies: 1 comment 2 replies
-
Hello Error shows "Duplicate token found" which means a duplicate jwt token is being passed in web3auth sdk, plz make sure to pass a unique jwt token which is not being passed before to web3auth. Also age of token shouldn't be more than 60 sec. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"@web3auth/react-native-sdk" V 3.2.1
When attempting to log a user in with JWT and a DAPP share in order to get the users private key, the following message occurs in the web3auth popup browser:
"Unable to detect login share from the Auth Network. This may be due to slow internet connection. Check your internet speed and try again"
Is this the correct code in order to get the users private key from web3auth, using their Auth0 JWT in addition to their 24 word dapp share.
The attached photo shows the error message from the remove Safari Developer debug console viewing IOS.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions