Closed joeyUOFA closed 4 years ago
Hi,
I saw PasswordEncoder is defined, but it is not been used in any where. How do you verify the password when use logs in?
Thanks
It is registered as a bean in the WebSecurityConfig.
@joeyUOFA : Like @maxwellt already mentioned it, it's configured as a @Bean and Spring is using it automatically as password decoder.
Hi,
I saw PasswordEncoder is defined, but it is not been used in any where. How do you verify the password when use logs in?
Thanks