kanidm / webauthn-rs

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

Implement the basis of a device catalog #310

Closed Firstyear closed 1 year ago

Firstyear commented 1 year ago

Fixes #307 Fixes #238 Fixes - This expands query support in the mds, adds our own device catalog, and allows converting out device catalog entries to attestation CA lists.

Still outstanding:

Firstyear commented 1 year ago

I think my goal now is to just improve the query and output of fido mds first, get it merged, then come back to the device catalog.

Firstyear commented 1 year ago

I would love some review on this before I continue, I think the next big thing will more query options generally. But getting out an attestation CA list is now possible.

Firstyear commented 1 year ago

@micolous I think this is good to review. The minimal amounts of the fido query code is ready, and the device catalog is currently an internal build detail only.