GET Re-authenticate using WebAuthn form

If an endpoint is protected with @auth_required() with a freshness declaration this endpoint can be used to re-authenticate with a previously registered WebAuthn Key.

get/wan-verify

Response

Verify/re-authenticate form

Example response

{
  "meta": {
    "code": 200
  }
}

Changes