Skip to content

SilentImp/webauthn-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 27, 2021
54b2ccb · Nov 27, 2021

History

5 Commits
Nov 27, 2021
Apr 18, 2021
Oct 28, 2020
Nov 27, 2021
Nov 27, 2021
Nov 27, 2021
Oct 28, 2020
Nov 27, 2021

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