GET Unified sign in verify/re-authentication form/information

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/us-verify

Response

Verify/re-authenticate form

available_methodsstring[]

Config setting SECURITY_US_ENABLED_METHODS

code_methodsstring[]

All SECURITY_US_ENABLED_METHODS that the user has setup that require a code to be generated and sent.

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