Hello Apex Community,
I worked on a plugin to use the Web-Authentication API to enable Passwordless Authentication. For more Information click here: Web Authentication API - Web APIs | MDN (mozilla.org)
The Plugin enables already authenticated Users to register their Device using an Authenticator. Authenticators can be Windows Hello using passwords, pins or biometric sensors. Or Apps like Dashlane on a Smartphone.
Using the "Remember-Me"-Cookie to know the last-active User we can Re-Authenticate the User again.
Check it out on my Github. Or Check the Demo Application using Test/Test1234


This Plugin is far from being a polished masterpiece. But I can use some help and feedback to improve it.