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

agl has just submitted a new pull request 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.

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

Received on Wednesday, 16 May 2018 18:39:24 UTC