We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6552a commit 1b477e1Copy full SHA for 1b477e1
1 file changed
docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc
@@ -28,6 +28,10 @@ Maven::
28
<groupId>org.springframework.security</groupId>
29
<artifactId>spring-security-web</artifactId>
30
</dependency>
31
+<dependency>
32
+ <groupId>org.springframework.security</groupId>
33
+ <artifactId>spring-security-webauthn</artifactId>
34
+</dependency>
35
<dependency>
36
<groupId>com.webauthn4j</groupId>
37
<artifactId>webauthn4j-core</artifactId>
@@ -41,6 +45,7 @@ Gradle::
41
45
----
42
46
dependencies {
43
47
implementation "org.springframework.security:spring-security-web"
48
+ implementation "org.springframework.security:spring-security-webauthn"
44
49
implementation "com.webauthn4j:webauthn4j-core:{webauthn4j-core-version}"
50
}
51
0 commit comments