Replies: 1 comment 3 replies
-
Hey @ljiatu, Sorry for the delay in response. With regards to your questions:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After reviewing the code for Sign In with Solana, I have a couple of questions about its implementation. Based on my understanding, the process operates as follows:
signedMessage
from the output to reconstruct the input and compares it with the original input field by field.signedMessage
from the output to ensure byte-level equality.signedMessage
.Here are my questions:
Beta Was this translation helpful? Give feedback.
All reactions