where does BCryptPasswordEncoder be used?
joeyUOFA opened this issue · 2 comments
joeyUOFA commented
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
maxwellt commented
It is registered as a bean in the WebSecurityConfig.
szerhusenBC commented