- From: GitHub <noreply@github.com>
- Date: Wed, 16 May 2018 12:04:13 -0700
- To: public-webauthn@w3.org
- Message-ID: <5afc80adc83c3_47fa2ab5e6be5c1414058@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Branch: refs/heads/issue-405-dfn-blocks
Home: https://github.com/w3c/webauthn
Commit: 6e4480e49b3de9ebb435bdcc30b8b22a4083f784
https://github.com/w3c/webauthn/commit/6e4480e49b3de9ebb435bdcc30b8b22a4083f784
Author: Adam Langley <agl@imperialviolet.org>
Date: 2018-05-10 (Thu, 10 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Add an “internal” AuthenticatorTransport.
The motivating example is a built-in fingerprint reader. It might be
connected via an I²C bus or the like, but the current
AuthenticatorTransport enumeration cannot express anything like that.
This change adds a catch-all for these internal transports because, from
the point of view of the client, they're all the same: there's nothing
for the user to do if they're not there so no point prompting them.
It also clarifies that the “usb” type means a removable USB device. Some
built-in hardware (esp in laptops) is connected via an internal USB bus,
but a user would not know that and would not want to be prompted like it
was a removable device in that case.
Commit: 3c5e383f0f5642e9d5815d97480e7d1b198356fe
https://github.com/w3c/webauthn/commit/3c5e383f0f5642e9d5815d97480e7d1b198356fe
Author: Adam Langley <agl@imperialviolet.org>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #903 from agl/internal-transport
Add an “internal” AuthenticatorTransport.
Commit: 4fc53d8f765b745b74e8c978b174d7e9b4285048
https://github.com/w3c/webauthn/commit/4fc53d8f765b745b74e8c978b174d7e9b4285048
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'master' into issue-405-dfn-blocks
Compare: https://github.com/w3c/webauthn/compare/4d6991ba326a...4fc53d8f765b
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Received on Wednesday, 16 May 2018 19:04:41 UTC