curl --request POST \
--url https://local.auth.local.nhost.run/v1/user/webauthn/add
{
"error": "invalid-request",
"message": "The request payload is incorrect",
"status": 400
}
Add WebAuthn Security Key for web or mobile devices
curl --request POST \
--url https://local.auth.local.nhost.run/v1/user/webauthn/add
{
"error": "invalid-request",
"message": "The request payload is incorrect",
"status": 400
}
The payload is invalid
The response is of type object
.
Was this page helpful?