kanidm / webauthn-rs

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

20231025 attestation ca devices #390

Closed Firstyear closed 8 months ago

Firstyear commented 8 months ago

This finishes some of the last details to make attestation usable in external applications. It improves the AttestationCaList type to include localised strings of accepted devices for UI prompts. It creates an AttestationCaListbuilder to allow custom lists to be crafted. It also cleans up some of the elements of the fido mds tool output to aid users in querying and creating these lists. It also changes the demo site to use the fido mds as an attestation option.

micolous commented 8 months ago

I think wait for #392; that'll make CI green again :)

Firstyear commented 8 months ago

yep, no stress.