Skip to content

Commit

Permalink
Update README.md, replace AuthenticatorService with CredentialRecordS…
Browse files Browse the repository at this point in the history
…ervice
  • Loading branch information
benallard authored Sep 24, 2024
1 parent ecc3749 commit 6e0685d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ WebAuthn4J Spring Security can be configured through Spring Security Java Config
public class WebSecurityConfig {

@Bean
public WebAuthnAuthenticationProvider webAuthnAuthenticationProvider(WebAuthnAuthenticatorService authenticatorService, WebAuthnManager webAuthnManager){
return new WebAuthnAuthenticationProvider(authenticatorService, webAuthnManager);
public WebAuthnAuthenticationProvider webAuthnAuthenticationProvider(WebAuthnCredentialRecordService webAuthnCredentialRecordService, WebAuthnManager webAuthnManager){
return new WebAuthnAuthenticationProvider(webAuthnCredentialRecordService, webAuthnManager);
}

@Bean
Expand Down

0 comments on commit 6e0685d

Please sign in to comment.