Skip to content
forked from OwnID/passkeys

This repository offers a sample code illustrating the implementation of passkeys using the WebAuthn protocol

Notifications You must be signed in to change notification settings

kektuto/passkeys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passkeys/WebAuthn Sample

WebAuthn

Overview

This repository offers a sample code illustrating the implementation of passkeys using the WebAuthn protocol

Installation

After pulling down the code, set up dependencies:

npm install
npm run build-ui
npm start

The web app will then be accessible at http://localhost:3000

About

This repository offers a sample code illustrating the implementation of passkeys using the WebAuthn protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 38.9%
  • TypeScript 29.0%
  • JavaScript 20.5%
  • HTML 11.6%