webauthn-json
webauthn-json copied to clipboard
Support user-agent hints
Webauthn Level 3 has introduced a concept called "user-agent hints" (see: https://www.w3.org/TR/webauthn-3/#enum-hints for reference).
As Chrome has implemented this (quite powerful) feature starting from Chrome 128 it would be helpful if this library supports it :).
This would be the PR to add support for these hints: https://github.com/github/webauthn-json/pull/90