Replies: 2 comments 2 replies
-
@GSaphal If you could please format the code, someone may be able to comment on your problem. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @GSaphal We tried decoding your Please provide the sub when you are generating a new |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need your help to figure out an issue. Currently, we are trying to integrate Custom Authentication using our own JWT generated by our backend.
What did we till now?
We generated a JWT token based on our own JWKs, and the token is getting decoded.
What is the issue right now?
When we try to log in using jwt from the web3 auth core package connectTo function, we get this error:
Unable to detect login share from the Auth Network. This may be due to slow internet connection. Check your internet speed and try again. If you're using a vpn, please turn it off.
I know there is something with the configuration but still need help figuring it out.
Our Configuration Code:
Connect Function:
Example Token:
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjFiYjk2MDVjMzZlMWJiOTYwNWMzNmVHNi1pUDdDXzROZHBwRndpRXVja05DVV9ldEZJVkJCeHh0NFVIOWNCOUcwNjkzODY4MzAyMDJiMmQ2OTM4NjgzMDIwMmIyZCJ9.eyJzdWIiOiIiLCJuYW1lIjoiTW9oYW1tYWQgU2hhaGJheiBBbGFtIiwiZW1haWwiOiJzaGFoYmF6QHdlYjNhdXRoLmlvIiwiYXVkIjoidXJuOnNhcGhhbHRlc3RuZXQiLCJpc3MiOiJodHRwczovL2Rldi5kaWdpdGFsc2FtYWRoYW5uZXBhbC5jb20iLCJpYXQiOjE2NzQ1MzQ0MzAsImV4cCI6MTY3NDUzODAzMH0.ns8F5kIWr_muoU0bKU4jtT1ilCjPDLXE_2zdQCi3Glox2JQIL8tAdUI5Vv2HVpZlDy7uVrvFi34gTN2xGmOkdYEsklGonLYBMIIK_4dWapEbKFd2wMQsQqbjz7MZNpOxLNul1Cleyeaxo4vfyJ6YYbmU7sf71NM7ShDyri2PE563Q7MF6MjUinvR3dcWnt16oBnoI7dxc1LYIiWM7XgtQFNiNAZOhTDd7jGid_SGHLgfvw8ld_uXMV5vhKyttPMbafr45y789KqGYLMuf_etHfXck9Qk0Q6fLowF5unJO1d5wYp6XmdfhVdcO4VhKi8ascUaXK3UEuk_c55Hqw
Beta Was this translation helpful? Give feedback.
All reactions