tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Implement FIDO conformance testing interface #30

Open infinisil opened 2 years ago

infinisil commented 2 years ago

In order to be able to test our server implementation against the FIDO conformance test tooling we need to implement the server API as specified in https://github.com/fido-alliance/conformance-test-tools-resources/wiki/FIDO2:-Conformance-testing-server-API#registration

This also ties into #29

lykahb commented 2 years ago

Do you think that the JSON schema for requests described in that spec is a good default for the instances?

Is there a JS library for generating it client-side? Client-side formatting is easy though, not much of a concern.