You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the javascript documentation there are examples of authenticating users with MetaMask and 3Box - I am wondering how to go about doing this with magic.link? Going by the 3box example, I would generate a private key and convert it to a string, magic.link then offers an endpoint to generate an ID Token - so I have ended up with this:
however the return ID payload, after base64 decode, does not resemble the private key originally generated. In this case it looks something like 0xd05f8c5d1d81818f77538579bff1c944acf3165b606c19a11e8086d36eca739e0c96ad19eaacbe435352b18672023062698b22723677ff8bf87355d4e104d1281b
Would appreciate any advice.
The text was updated successfully, but these errors were encountered:
@owengot Sorry for the delay in response here. Concerning your issue, I'm not familiar enough with magic.link to be much help. We have moved to using discord almost everything feel free to join us there https://discord.gg/P5yw8eHE
Looking at the magic docs it looks like the value you're seeing is an encoded JSON tuple that would be [proof, claim]. Once you decode it, what are you seeing?
In the javascript documentation there are examples of authenticating users with MetaMask and 3Box - I am wondering how to go about doing this with magic.link? Going by the 3box example, I would generate a private key and convert it to a string, magic.link then offers an endpoint to generate an ID Token - so I have ended up with this:
however the return ID payload, after base64 decode, does not resemble the private key originally generated. In this case it looks something like
0xd05f8c5d1d81818f77538579bff1c944acf3165b606c19a11e8086d36eca739e0c96ad19eaacbe435352b18672023062698b22723677ff8bf87355d4e104d1281b
Would appreciate any advice.
The text was updated successfully, but these errors were encountered: