Skip to content

Commit 1b477e1

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Maven::
2828
<groupId>org.springframework.security</groupId>
2929
<artifactId>spring-security-web</artifactId>
3030
</dependency>
31+
<dependency>
32+
<groupId>org.springframework.security</groupId>
33+
<artifactId>spring-security-webauthn</artifactId>
34+
</dependency>
3135
<dependency>
3236
<groupId>com.webauthn4j</groupId>
3337
<artifactId>webauthn4j-core</artifactId>
@@ -41,6 +45,7 @@ Gradle::
4145
----
4246
dependencies {
4347
implementation "org.springframework.security:spring-security-web"
48+
implementation "org.springframework.security:spring-security-webauthn"
4449
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
4550
}
4651
----

0 commit comments

Comments
 (0)