WebAuthn4J Spring Security Samples are sample applications for WebAuthn4J Spring Security.
- spa
- Single Page Application sample
- lib/spa-angular-client
- Frontend part of spa sample
- mpa
- Multi Page Application sample
WebAuthn4J Spring Security uses a Gradle based build system.
In the instructions below, gradlew
is invoked from the root of the source tree and serves as a cross-platform,
self-contained bootstrap mechanism for the build.
- Java17 or later
- Spring Framework 6.0 or later
git clone https://github.com/webauthn4j/webauthn4j-spring-security-samples
./gradlew build
./gradlew spa:bootRun