webauthn-open-source / fido2-lib

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
https://webauthn.io
MIT License
394 stars 118 forks source link

Contradictory docs and types #147

Open KTibow opened 8 months ago

KTibow commented 8 months ago

See attestationResult. Docs say base64 url. Types say arraybuffer.

JamesCullum commented 8 months ago

Thanks, can you propose a PR?

KTibow commented 8 months ago

I can't because I'm not sure which one is correct (I ended up writing my own webauthn verification system)

wparad commented 8 months ago

I believe either way this is fixed by #103

JamesCullum commented 7 months ago

Sadly that PR is abandoned - let me know if anyone wants to take on this 👍