Autional Autional
API Reference GitHub autional.com →

POST /auth/webauthn/login/complete

Verify the authentication signature returned by the client.

WebAuthn `bearerAuth` application/json

Request Body

Schema: handler.completeLoginRequest

FieldTypeRequiredExampleConstraintsDescription
id string No
raw_id string No
response object No
type string No
user_id string No

Responses

StatusDescriptionSchema
200Verification resultdto.SimpleResponseWrapper
400Invalid request parametersdto.SimpleResponseWrapper
401Unauthorizeddto.SimpleResponseWrapper
500Server errordto.SimpleResponseWrapper

Referenced Schemas

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No