Passkey not verified

HTTP 400 / 401 · passkey-invalid← all Webpath errors

The passkey assertion could not be verified, or no matching account was found.

How to recover. Try again, or register a passkey for this account first.

Example response

{
  "type": "https://muse.as/a/webpath/errors/passkey-invalid",
  "title": "Passkey not verified",
  "status": 400,
  "detail": "Try again, or register a passkey for this account first."
}

This page documents the passkey-invalid error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.