Is it possible to skip the "Verify your account" prompt before signing? #2186
-
I would like to achieve the following flow: when a user clicks on 'Connect Wallet', the wallet is connected, and immediately afterward, the user is prompted to sign a message with their wallet. I came across a discussion about this a year ago, has any solution been found since then? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We support this with our Authentication API to prompt the user with a Sign-in with Ethereum message upon connect. When signing, the user is authorized against your app's backend. Reference our Next.js example here, and the docs here. let me know if you have any questions! |
Beta Was this translation helpful? Give feedback.
We support this with our Authentication API to prompt the user with a Sign-in with Ethereum message upon connect. When signing, the user is authorized against your app's backend. Reference our Next.js example here, and the docs here. let me know if you have any questions!