-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement
Milestone
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
Metadata
Metadata
Assignees
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-coretype: enhancementA general enhancementA general enhancement