Skip to content

Commit 8e8e1a8

Browse files
ngocnhan-tran1996rwinch
authored andcommitted
Add Passkeys webauthn in example
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent c29775a commit 8e8e1a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Maven::
2626
----
2727
<dependency>
2828
<groupId>org.springframework.security</groupId>
29-
<artifactId>spring-security-web</artifactId>
29+
<artifactId>spring-security-webauthn</artifactId>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.webauthn4j</groupId>
@@ -40,7 +40,7 @@ Gradle::
4040
[source,groovy,role="secondary",subs="verbatim,attributes"]
4141
----
4242
dependencies {
43-
implementation "org.springframework.security:spring-security-web"
43+
implementation "org.springframework.security:spring-security-webauthn"
4444
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
4545
}
4646
----

0 commit comments

Comments
 (0)