kanidm / webauthn-rs

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

Add fake credential generator interfaces #410

Closed Firstyear closed 5 months ago

Firstyear commented 6 months ago

Fixes #362 - adds a fake credential ID generator so that RP's may choose to implement account enumeration defences.

Firstyear commented 6 months ago

That's also why there is a trait so that people can make their own distributions :)

Firstyear commented 6 months ago

Waiting on @micolous to review as well :)