Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 541 Bytes

web-authn-demo

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

Important notes

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