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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
We are creating a d-app using AlgoSigner. We want to ask the user to sign a message with their address to check that it is really theirs. This will be used to authenticate users by their algo address only.
For now, we are using AlgoSigner.sign with a transaction of 0 algos with a random note. However, it is displaying a transaction to sign to users, with fees. Thus, users might be afraid that they need to pay something. Would it be possible to add a new UI to sign a short message without displaying anything about transactions, prices or fees?
Thanks.
The text was updated successfully, but these errors were encountered:
Currently this is not available without the fee presentation, as any signed returned transaction could potentially be submitted resulting in the fee charge. Direct signature verification can be accomplished through a smart contract, but this would also have fees associated.
+1 on this, I am also looking for the method like metamask's web3.personal.sign method to "sign a message", this will make it easy for dApps/web to add a "Sign in with AlgoSigner" function
+1 on this. I think the end goal would be to allow users to go through the authentication process described here, i.e. using an Algorand equivalent of web3.personal.sign used in conjunction with an equivalent of web3-token.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We are creating a d-app using AlgoSigner. We want to ask the user to sign a message with their address to check that it is really theirs. This will be used to authenticate users by their algo address only.
For now, we are using AlgoSigner.sign with a transaction of 0 algos with a random note. However, it is displaying a transaction to sign to users, with fees. Thus, users might be afraid that they need to pay something. Would it be possible to add a new UI to sign a short message without displaying anything about transactions, prices or fees?
Thanks.
The text was updated successfully, but these errors were encountered: