Exception: RackJwtVerifier::ConfigurationError
- Defined in:
- lib/rack_jwt_verifier/errors.rb
Overview
Raised at boot for an unusable option set: no key source, a shared secret next to a public key, HS* mixed with RS*/ES*, a too-short secret, missing iss/aud, ... Raised from Middleware.new / Verifier.new, never per request.