Skip to content

shukawam/fido2-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.