Java React WebAuthn Demo

April 30, 2020 ยท View on GitHub

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

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