mylofi / webauthn-local-client

Browser-only utils for locally managing WebAuthn (passkey) API
https://mylofi.github.io/webauthn-local-client/
MIT License
100 stars 3 forks source link

Add footnote in test instructions for signature count #5

Closed tonydangblog closed 3 months ago

tonydangblog commented 3 months ago

Issue

When testing on my devices, using the built-in authenticator on my MacBook and Android phone, the signature count always displays "n/a". This is because the signCount is 0, meaning the signature counter isn't supported by the authenticators I used.

Changes

To prevent confusion, add a footnote to the test instructions to explain this to the user.

Other solutions

Alternatively, we could add in a manual counter to show when the authentication has succeeded.