Skip to content

Example client + server side implementation for AuthDog node.js U2F library

Notifications You must be signed in to change notification settings

ryankurte/authdog-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthDog Example

A simple example application to demonstrate the use of AuthDog for U2F registration and signing.

All data is stored non-persistently against your session.

Usage

  1. git clone git@github.com:ryankurte/authdog-example.git to checkout this repo
  2. cd authdog-example to change into the correct directory
  3. npm install to fetch dependencies
  4. ./gencerts.sh fakeCA fakeName fakeOrg certs/ to generate a self signed tls cert
  5. node index.js to run the server
  6. navigate to https://localhost:9000 to try out the (terrible) interface

About

Example client + server side implementation for AuthDog node.js U2F library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published