Webauthn bin coffee not working in Firefox and Linux #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally posted by @shizzgar in #129
webauthn.bin.coffee throws an error of remaining bytes when processing cborPublicKey.
It constructs the COSEpublicKey as the remaining bytes, but since there are extensions, it throws "Remaining bytes". Usually the remaining bytes shall not throw any error as they are the extensions cbor map, but it happens in linux and firefox.
Also, despite this website does not support extensions, it sends hmac=false.
It also should process the flag FIDO2_AUT_FLAG_ED but it doesn't.
Checked
c3ea413592in librewolf on linux. Everything works.