Commit 63338ba
committed
minor #17919 [Security] Adding needsRehash() (ThomasLandauer)
This PR was merged into the 5.4 branch.
Discussion
----------
[Security] Adding needsRehash()
Page: https://symfony.com/doc/5.4/security/passwords.html#custom-password-hasher
Adding this to comply with `PasswordHasherInterface`
* I didn't check if this is really required in v5.4 already (but for sure in 6.2)
Commits
-------
a3bedbf Adding needsRehash()1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
833 | 839 | | |
834 | 840 | | |
835 | 841 | | |
| |||
0 commit comments