Skip to content

Commit

Permalink
Update extensions/security-webauthn/runtime/src/main/java/io/quarkus/…
Browse files Browse the repository at this point in the history
…security/webauthn/WebAuthnUserProvider.java

Co-authored-by: Sergey Beryozkin <[email protected]>
  • Loading branch information
FroMage and sberyozkin authored Nov 22, 2024
1 parent b21c29c commit 7cc4fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface WebAuthnUserProvider {
public Uni<WebAuthnCredentialRecord> findByCredentialId(String credentialId);

/**
* Update an existing WebAuthn credential's counter. This is only used by the default login enpdoint, which
* Update an existing WebAuthn credential's counter. This is only used by the default login endpoint, which
* is disabled by default and can be enabled via the <code>quarkus.webauthn.enable-login-endpoint</code>.
* You don't have to implement this method
* if you handle logins manually via {@link WebAuthnSecurity#login(WebAuthnLoginResponse, io.vertx.ext.web.RoutingContext)}.
Expand Down

0 comments on commit 7cc4fb0

Please sign in to comment.