Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[PasswordHasher] Add union types#41640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedJun 9, 2021
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
01da7b0 tofe3fdfdComparesrc/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fe3fdfd to5005cdfCompareUh oh!
There was an error while loading.Please reload this page.
9df0ac9 to2af3710Compareb47497f toe0a3ad3Comparef99c3be to501b827Compare
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
With some nitpicking.
@chalasr shouldn't we backport some changes to 5.3?
src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactoryInterface.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/PasswordHasher/Tests/Hasher/PasswordHasherFactoryTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
501b827 tob57bce2Compare…allowed type (chalasr)This PR was merged into the 5.3 branch.Discussion----------[PasswordHasher] Fix missing PasswordHasherAwareInterface allowed type| Q | A| ------------- | ---| Branch? | 5.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -Also backports test changes from#41640Commits-------8d3bea5 [PasswordHasher] Fix missing PasswordHasherAwareInterface allowed type in signatures
chalasr left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Rebase needed after#41678
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactoryInterface.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…e from UserPasswordHasherInterface API (chalasr)This PR was merged into the 5.3 branch.Discussion----------[PasswordHasher] Remove PasswordHasherAwareInterface type from UserPasswordHasherInterface API| Q | A| ------------- | ---| Branch? | 5.3| Bug fix? | no (not yet released)| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -As spotted by `@stof` in#41640 (comment), the methods of this interface should not handle user classes/instances that are not implementing `PasswordAuthenticatedUserInterface`.This reverts that part from#41678 (not released yet).Commits-------596ba78 [PasswordHasher] Remove PasswordHasherAwareInterface from UserPasswordHasherInterface API
b57bce2 to8628479Comparechalasr commentedJun 11, 2021
Thank you@ValentineBoineau. |
Extracted from#41424