Connecting a wallet
What signing in does, and what it deliberately does not do.
How sign-in works
- The server issues a one-time nonce.
- Your wallet signs a readable statement containing it.
- The server verifies the ed25519 signature against the address you claimed.
- A session cookie is set, valid for seven days.
What it does not do
Signing this statement is not a transaction. Any site asking you to approve a transaction merely to log in is doing something else — read that prompt carefully.
Supported wallets
Anything implementing the Wallet Standard. There is no per-wallet adapter to wait on, so a wallet that ships support today works here today.