Web3Auth's Node.js SDK #835
Replies: 2 comments 7 replies
-
Hey! I'm really excited to try out this new flow.
Am I correct to assume that as id_token I can pass 'id_token' I am getting from a custom google login? Basically I am using:
This results to the error mentioned above. I don't get why it expects them to be equal though. Body.email will always equal to the user trying to log in, so why does it expect it to be equal to the verifierId? If I try to set the verifierId to the decoded body.email of the id_token (just for testing sake), it results to:
Please advise on what I'm doing wrong..I guess it might have something to do with the id_token, but I'm not really sure. It's just a |
Beta Was this translation helpful? Give feedback.
-
Hi @shahbaz17, If this is not possible, would it make sense to send the idToken of my custom verifier to a small nodejs backend, which then calls the |
Beta Was this translation helpful? Give feedback.
-
Hello Web3Auth Devs,
We are excited to share our new ✨
@web3auth/node-sdk
✨ SDK.Now devs and customers can use Web3Auth in their backend codes to get the same experience as Frontend SDKs.
🤓📃Check out the documentation to learn more. Or 🚀 run this demo 🚀 with your
verifier
details.Beta Was this translation helpful? Give feedback.
All reactions