Closed thelovemsg closed 1 year ago
Apply BCryptPasswordEncoder for passwordConverter of JPA in Entity files detailed work content i've been using EncryptionUtils in order to make encrypted password when i save member data. But, I come to realize I don't need to make special method for encryption because Spring Security already support this. Problem is that I'm not sure I can mix with Spring Security config things( BCryptPasswordEncoder) and password conterver. So, I just need to give it a shot! note It'll be easy for us to find because we use chatGPT!
Apply BCryptPasswordEncoder for passwordConverter of JPA in Entity files
objective