kanidm / webauthn-rs

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

Fix axum example for credential creation #361

Closed Progdrasil closed 11 months ago

Progdrasil commented 11 months ago

While investigating #351 I noticed that the excludeCredentials id's were still in base64url and which was failing validation in 1Password. Here I mirror the same modifications done to the allowCredentials list.

Fixes #