Skip to content

Commit 778b1ba

Browse files
Add Passkeys webauthn in example
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 1b477e1 commit 778b1ba

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ Maven::
2424
+
2525
[source,xml,role="primary",subs="verbatim,attributes"]
2626
----
27-
<dependency>
28-
<groupId>org.springframework.security</groupId>
29-
<artifactId>spring-security-web</artifactId>
30-
</dependency>
3127
<dependency>
3228
<groupId>org.springframework.security</groupId>
3329
<artifactId>spring-security-webauthn</artifactId>
@@ -44,7 +40,6 @@ Gradle::
4440
[source,groovy,role="secondary",subs="verbatim,attributes"]
4541
----
4642
dependencies {
47-
implementation "org.springframework.security:spring-security-web"
4843
implementation "org.springframework.security:spring-security-webauthn"
4944
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
5045
}

0 commit comments

Comments
 (0)