Register FIDO device
Register a FIDO device for WebAuthn authentication. It requires registration response from the device.
POST
/auth/fido
curl \
--request POST 'http://api.example.com/auth/fido' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"registration_response":{},"device_name":"string"}'
Request examples
{
"registration_response": {},
"device_name": "string"
}