Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see symfony/symfony#31140 , auto should be the recommended value as of 4.3.
auto
The text was updated successfully, but these errors were encountered:
bcrypt has been deprecated also symfony/symfony#31170
bcrypt
Sorry, something went wrong.
+1, here it still says "bcrypt or sodium are reccomended" https://symfony.com/doc/current/security.html#c-encoding-passwords
Also I don't find anywhere how long the password field should be in the database, changing from bcypt to auto is incompatible with existing db structure, see https://stackoverflow.com/questions/56394016/max-length-for-user-password-field-with-algorithm-auto
No branches or pull requests
see symfony/symfony#31140 ,
auto
should be the recommended value as of 4.3.The text was updated successfully, but these errors were encountered: