thelovemsg / chatting_app

0 stars 0 forks source link

Apply BCryptPasswordEncoder for passwordConverter of JPA in Entity files #11

Closed thelovemsg closed 1 year ago

thelovemsg commented 1 year ago

objective

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!