Re: [webauthn] Why is the Token Binding ID a base64url encoded DOMString rather than an ArrayBuffer?

I agree with @agl; ArrayBuffers would cause problems for serialization. Also, we don't pack CollectedClientData in Blink in our implementation, so ArrayBuffers would be really annoying to deal with, if possible at all.

-- 
GitHub Notification of comment by kpaulh
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/807#issuecomment-367431067 using your GitHub account

Received on Wednesday, 21 February 2018 18:52:31 UTC