tweag / webauthn

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

Propagate transports #111

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

Since https://github.com/github/webauthn-json/pull/44 the getTransports result is propagated to the JSON registration responses, which we should pass along in the library and store in the database of the demo server. See individual commits for more info. Resolves #108

I tested to make sure that the demo server correctly passes this information along by: