-
In the webauthn spec it is described how assertion signatures contain a counter that gets incremented upon a successful assertion. Does libfido2 handle this? I dug around the codebase a bit and I couldn't find any logic that would handle this. I found The reason that I ask this is that I am implementing some logic that involves getting a challenge from an authentication backend, interacts with the Yubikey via Hope this question makes sense, thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Marking as resolved, the counter does seem to get incremented, there was an issue with how the authenticator data was being parsed. |
Beta Was this translation helpful? Give feedback.
Marking as resolved, the counter does seem to get incremented, there was an issue with how the authenticator data was being parsed.