mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-22 14:24:48 +00:00
Fix description of PasswordEncoder
This commit is contained in:
parent
f639e17491
commit
e306482a96
@ -78,7 +78,7 @@ Configuring the provider is quite simple:
|
||||
----
|
||||
|
||||
The `PasswordEncoder` is optional.
|
||||
A `PasswordEncoder` provides encoding and decoding of passwords presented in the `UserDetails` object that is returned from the configured `UserDetailsService`.
|
||||
A `PasswordEncoder` provides encoding and matching of encoded passwords presented in the `UserDetails` object that is returned from the configured `UserDetailsService`.
|
||||
This will be discussed in more detail <<core-services-password-encoding,below>>.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user