snrd auth register
Register a new decentralized identity using WebAuthn/Passkey authentication. This command will:- Start a local auth server
- Open your browser for WebAuthn credential creation
- Create a DID document with your WebAuthn credential
- Auto-create a DWN vault for data storage
Usage
Flags
Username for the new identity
Automatically create vault for DID
Use WebAuthn for registration
Help for register
Global Flags
Transaction broadcasting mode (sync|async)
Specify Chain ID for sending Tx
Fees to pay along with transaction (e.g., 10aatom)
Name or address of private key with which to sign
Adjustment factor to be multiplied against the estimate returned by the tx simulation
Gas prices to determine the transaction fee (e.g., 10aatom)
Directory for config and data
Select keyring’s backend
The logging format (json|plain)
The logging level
Disable colored logs
Tendermint RPC interface for this chain
Print out full stack trace on errors
Examples
Basic registration
Registration without auto vault creation
Registration with custom chain ID
See Also
- snrd auth - User authentication with Passkeys
- snrd auth login - Login with WebAuthn authentication