Skip to content

Commit

Permalink
Document NoOpPasswordEncoder will not be removed
Browse files Browse the repository at this point in the history
This commit adds extension to deprecation notice.

Fixes gh-8506
  • Loading branch information
dadikovi authored and rwinch committed May 13, 2020
1 parent 27f30b0 commit e8daeac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
* @deprecated This PasswordEncoder is not secure. Instead use an
* adaptive one way function like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
* password upgrades.
* password upgrades. There are no plans to remove this support. It is deprecated to indicate that
* this is a legacy implementation and using it is considered insecure.
*/
@Deprecated
public final class NoOpPasswordEncoder implements PasswordEncoder {
Expand Down

0 comments on commit e8daeac

Please sign in to comment.