How to verify signature with Reach wallet connector? #1081
Unanswered
alcyoneus-g
asked this question in
Q&A
Replies: 1 comment 3 replies
-
ARC-0014 isn't merged yet, so I'd say it will be included in stdlib once it is the official way of signing messages. Currently, Reach doesn't expose a way to do that. |
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
-
It seems verify signature for arc14 sign-in auth is impossible with Reach. https://gist.github.com/urtho/610fb4e891f665eed2e7955e0fb3e74e
I need to produce signature and this is how it works with Randlab's myalgo connector.
However, I use Reach for contract and platform will require Randlab's myalgo connector to verify signature then again Reach wallet connector to interact with contracts.
I want to avoid two different wallet connects in platform and how to make sign-in auth with Reach wallet connector?
Beta Was this translation helpful? Give feedback.
All reactions