Skip to Content

SiwxStatus

SiwxStatus = "idle" | "building" | "signing" | "verifying" | "authenticated" | "error"

Defined in: types.ts:27 

Lifecycle status of a client-side sign-in.

@tuwaio/siwx-react moves through idle → building (nonce and message) → signing (wallet prompt) → verifying (backend) → authenticated or error.

Last updated on