Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 564 Bytes

fido2-example-app

Sample application of FIDO2 that using Helidon(for REST API) and WebAuthn4J(for Attestation and Assertion validation).

Overall composition

  • front: Sample implementation of WebAuthn client.
    • Angular
  • rp-server: Sample implementation of FIDO2-RP
    • Java
      • Helidon MP: for REST API
      • WebAuthn4J: for Attestation and Assertion validation library

Build and Run

# ./fido2-example-app
docker compose up -d

and access http://localhost.