Storyden
Auth

Web Authn Make Assertion

Complete the credential assertion and sign in to an account.

Complete the credential assertion and sign in to an account.

POST/auth/webauthn/assert
storyden-webauthn-session<token>

In: cookie

idstring
rawIdstring
responseAuthenticatorResponse
typestring
clientExtensionResults?object

Empty Object

authenticatorAttachment?string

Response Body

curl -X POST "https://loading/api/auth/webauthn/assert" \  -H "Content-Type: application/json" \  -d '{    "id": "string",    "rawId": "string",    "response": {      "clientDataJSON": "string"    },    "type": "string"  }'
{
  "id": "string"
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}