- From: Adam Langley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 May 2018 18:39:22 +0000
- To: public-webauthn@w3.org
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