browser-2020 icon indicating copy to clipboard operation
browser-2020 copied to clipboard

A few more features

Open geofft opened this issue 4 years ago • 2 comments

  • Screen sharing via getDisplayMedia, analogous to getUserMedia for cameras.

  • WebRTC, peer-to-peer connections.

  • Security keys (WebAuthn), specific support for cheap ($10-$50 depending on features) devices that do second-factor login to websites. Importantly, these devices communicate with the browser about which site you're logging into, making for phishing-proof logins.

geofft avatar Mar 19 '20 21:03 geofft

The Web MIDI API also deserves some love

krmax44 avatar Mar 20 '20 06:03 krmax44

Adding on Webauthn: on Macs this can be used for Touch ID authentication (using the in-built sensor). So don't necessarily need a Yubikey or something.

If Apple develops Safari a bit, this could feasibly allow for Face ID authentication on iPhones/iPads. Similar for Android phones, too, I suppose.

So it's a pretty powerful API.

itsaphel avatar Mar 30 '20 15:03 itsaphel