Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 892 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 892 Bytes

Java React WebAuthn Demo

Intro

Simple Webauthn Demo with:

  • Server Side component using java Spring boot.
  • Client Side component using React.js.

The demo should support:

  • TouchId
  • Packed Self-Attestation
  • packed Full-Attestation

Setup

Currently, only localhost is supported

Server

cd server
mvn spring-boot:run

Client

cd client
npm install
npm run-script dev

Images

Authenticator registration

alt text

alt text

Useful and interesting links

https://medium.com/@herrjemand
https://github.com/koesie10/webauthn