Spring Security(Third Edition)
上QQ阅读APP看书,第一时间看更新

Configuring password encoding

Configuring basic password encoding involves two steps: hashing the passwords we load into the database after the SQL script executes, and ensuring that Spring Security is configured to work with PasswordEncoder.