GET Reauthenticate using WebAuthn form
If an endpoint is protected with @auth_required() with a freshness declaration this endpoint can be used to reauthenticate with a previously registered WebAuthn Key.
get/wan-verify
Response
Verify/reauthenticate form
Example response
{
"meta": {
"code": 200
}
}