You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password reuse is a serious problem for users and the source of many different hacks. It would be awesome if we could provide integration with https://haveibeenpwned.com to alert users if their password has been compromised.
Some ideas are that this check could be automated when authenticating a user, changing a password, etc.
After playing a bit around the design of such API it has become clear that it should focus solely on checking if a password is compromised. It is not its intention for now to make a contextual check, like if a password has been reused for example.
The text was updated successfully, but these errors were encountered:
rwinch
changed the title
Integrate with haveibeenpwned
Provide Password Checking API
Sep 6, 2019
rwinch
changed the title
Provide Password Checking API
Provide Password (Reuse) Checking API
Sep 6, 2019
Prior to this commit, the implementation was placed in spring-security-core, however we do not want to introduce a dependency on spring-web and spring-webflux for that module.
Issue gh-7395
Summary
Password reuse is a serious problem for users and the source of many different hacks. It would be awesome if we could provide integration with https://haveibeenpwned.com to alert users if their password has been compromised.
Some ideas are that this check could be automated when authenticating a user, changing a password, etc.
After playing a bit around the design of such API it has become clear that it should focus solely on checking if a password is compromised. It is not its intention for now to make a contextual check, like if a password has been reused for example.
The text was updated successfully, but these errors were encountered: