GET verify/re-authentication form

If an endpoint is protected with @auth_required() with a freshness declaration this endpoint will be called to request an already signed in user to re-authenticate.

get/verify

Response

Verify/re-authenticate form

has_webauthn_verify_credentialboolean

< True if caller has a registered WebAuthn Key which has a usage that is allowed by the SECURITY_WAN_ALLOW_AS_VERIFY configuration setting.

Changes