Replies: 3 comments 8 replies
|
@junhuang-ho make sure your jwt token must have these two fields:- aud: "livethree-d1d85" as you have configured these validations while creating your verifier on web3auth developer dashboard. |
7 replies
|
Hey @junhuang-ho Just wanted to check whether your issue was resolved here. Did the name change for verifiers help you solve this issue? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am trying to setup a new web3auth project, but for some reason I am getting this error when creating a new account for a user via firebase custom auth and passing token to web3auth login:
I have setup a project before, but now when I do it again I run into this error :/
my setup is something like this:
All reactions