This project is a reference implementation of the replying party for the FIDO2 Webauthn standart. Don't use it as a library for your application but as a reference on how to implement the various steps needed for the replying party to succeed.
For detailed documentation check doc/paper
Always use HTTPS
http-server . -p 8888 -S -C /Users/julian/certs/server.pem -K /Users/julian/certs/server.key
with http-server from npm.
also use local hosts file to add 127.0.0.1 dev.webauthn.demo