Get FIDO challenge
Get a challenge for FIDO device authentication. It is used for WebAuthn authentication flow.
GET
/auth/fido
curl \
--request GET 'http://api.example.com/auth/fido' \
--header "Authorization: $API_KEY"
Get a challenge for FIDO device authentication. It is used for WebAuthn authentication flow.
curl \
--request GET 'http://api.example.com/auth/fido' \
--header "Authorization: $API_KEY"