Technical

What is Challenge-Based Signing?

Published: 2026-06-15 8 min read

Challenge-based signing relies on signing a single-use nonce value created by the backend with an e-signature. This approach prevents replay attacks and guarantees the signature belongs to a specific session.

Back