Skip to content

Commit

Permalink
Merge pull request #1539 from benallard/patch-1
Browse files Browse the repository at this point in the history
Update README.md, replace AuthenticatorService with CredentialRecordS…
  • Loading branch information
ynojima authored Sep 24, 2024
2 parents ecc3749 + 6e0685d commit de501a6
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 de501a6

Please sign in to comment.