[webauthn] Merged Pull Request: Eliminate the “not-supported” option for tokenBinding.status

agl has just merged agl's pull request 914 for https://github.com/w3c/webauthn:

== Eliminate the “not-supported” option for tokenBinding.status ==
The tokenBinding member is optional so this created two different ways
to encode that tokenBinding wasn't supported: omitting tokenBinding
completely and including it with status = “not-supported”. This change
eliminates the second option.

This matches Firefox's current behaviour and Chrome will align.

Fixes #907.


<!--
    This comment and the below content is programatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/agl/webauthn/pull/914.html" title="Last updated on Jun 19, 2018, 4:17 PM GMT (7ef6a96)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/914/4fd5dd5...agl:7ef6a96.html" title="Last updated on Jun 19, 2018, 4:17 PM GMT (7ef6a96)">Diff</a>

See https://github.com/w3c/webauthn/pull/914

Received on Tuesday, 19 June 2018 16:25:35 UTC