NOtherDev / whatwebcando

An overview of the device integration HTML5 APIs
https://whatwebcando.today/
MIT License
837 stars 61 forks source link

Web Authentication API #48

Open boghyon opened 6 years ago

boghyon commented 6 years ago

https://www.w3.org/2018/04/pressrelease-webauthn-fido2.html.en https://developers.google.com/web/updates/2018/05/webauthn

image

And from MDN:

The Web Authentication API is an extension of the Credential Management API that enables strong authentication with public key cryptography, enabling password-less authentication and / or secure second-factor authentication without SMS texts.

NOtherDev commented 6 years ago

👍 To be included within existing Credentials page, maybe I'll rename it to Authentication? I just need some time to go over all the recent outstanding changes. Contributions welcome.

jonnytest1 commented 3 years ago

ps storing credentials on /credentials.html throws an error about missing username autocomplete attribute

NOtherDev commented 3 years ago

@jonnytest1 What browser do you use? It's fine on Chrome at least. Could you please report it in a separate issue?