-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Open
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug
Description
Describe the bug
The document describes dependency errors related to WebAuthn
To Reproduce
Expected behavior
// Dependencies should be like this
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-webauthn</artifactId>
</dependency>
Sample
A link to a GitHub repository with a [minimal, reproducible sample]
docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc
<!--
// Remove this spring-boot-starter-security Already included
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
-->
// Add this JdbcPublicKeyCredentialUserEntityRepository and JdbcUserCredentialRepository Included here
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-webauthn</artifactId>
</dependency>
Metadata
Metadata
Assignees
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug