Skip to content

SilentImp/webauthn-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install dependencies and setup tunnel:

npm ci
npm install -g localtunnel
lt --port 3000

Copy tunnel https domain and replace HOST in public/javascript/config.js on line 1 and server.js on line 8. Then start the server.

node ./server.js

Now you can open tunnel uri in the browser.

Only HTTPS is supported

About

Demo server that illustrate work of WebAuthn.

Topics

Resources

Stars

Watchers

Forks