Replies: 2 comments 6 replies
-
We have just released a fix for this. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement login with wallet for a web app.
I followed the steps mentioned here: https://web3auth.io/docs/server-side-verification/external-wallets#getting-siwweb3message-from-the-authjs-backend but when I call the Verify signed challenge API I receive response:
Steps to Reproduce
Steps to reproduce the behavior:
response:
challenge
string from the response and sign it with the meta mask wallet -> save the signed string, it looks something like0x9c85a95c434715f26eeef...
.response:
The expected response is a JWT token to be used by the signed-in user.
Beta Was this translation helpful? Give feedback.
All reactions