1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add Passkeys webauthn in example

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-12-24 00:40:10 +07:00
committed by Robert Winch
parent c29775a79e
commit 8e8e1a80a9
@@ -26,7 +26,7 @@ Maven::
----
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<artifactId>spring-security-webauthn</artifactId>
</dependency>
<dependency>
<groupId>com.webauthn4j</groupId>
@@ -40,7 +40,7 @@ Gradle::
[source,groovy,role="secondary",subs="verbatim,attributes"]
----
dependencies {
implementation "org.springframework.security:spring-security-web"
implementation "org.springframework.security:spring-security-webauthn"
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
}
----