Exception: Passkeyed::ChallengeExpired
- Inherits:
-
ChallengeMissing
- Object
- StandardError
- Error
- ChallengeMissing
- Passkeyed::ChallengeExpired
- Defined in:
- lib/passkeyed/errors.rb,
sig/passkeyed/errors.rbs
Overview
Raised when the stored challenge is older than the configured
challenge_timeout. A challenge should be signed within moments of being
issued; a stale one usually means a form left open for hours. Subclasses
ChallengeMissing because the remedy is identical (restart the ceremony), so
one rescue can handle both.