Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 553 Bytes

quarkus-security-passkeys-poc

This project is a POC to demonstrate that webauthn4j-core-async can be used in combination with Quarkus Security. It is not intended to provide an actual production level IdentityProvider for Quarkus Security.

Running the application in dev mode

You can run this POC in dev mode using:

./mvnw compile quarkus:dev

Prerequisites

b

  • Chrome 129, which is in Beta status as of Aug. 2024, is required since this POC uses PublicKeyCredential JSON serialization to simplify the implementation.