Skip to Content
API referenceSIWX ServerSrcInterfacesStatelessDemoLimits

API Reference — @tuwaio/siwx (CAIP-122 Authentication Layer)


StatelessDemoLimits

Defined in: packages/siwx-server/src/types.ts:157 

Enforceable request boundary limits for the stateless demo profile.

Note: Shared rate limits and request quotas across multiple replicas require a durable store or are authoritative at the Quasar App RPS / Quota layer.

Properties

maxTransactionPayloadBytes?

optional maxTransactionPayloadBytes?: number

Defined in: packages/siwx-server/src/types.ts:163 

Maximum allowed incoming payload body size in bytes for SIWX verification endpoints. Requests exceeding this limit will be rejected with HTTP 413 (Payload Too Large).

Default

65536 (64 KB)
Last updated on