Open
Description
Currently, there is no easy way to flag a UserDetails
object that has its password compromised. There is no first-class property in Spring Security to identify that.
This will entail:
- Update UserDetails with a default method that shows if the password is compromised
- Update User and it's builder to have the property
- Update DaoAuthenticationProvider to ensure to set the property