kanidm / webauthn-rs

An implementation of webauthn components for Rustlang servers
Mozilla Public License 2.0
491 stars 80 forks source link

Add remaining FIDO 2.1 GetInfoResponse fields #302

Closed micolous closed 1 year ago

micolous commented 1 year ago

This also adds a Default impl for GetInfoResponse, and makes the Display output a little less verbose when options are missing.

This PR doesn't conflict with others I have in flight, so ordering doesn't matter.