Skip to content

Update jwt.md for Symfony 5.3 compatibility #1429

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 1, 2021

Conversation

arunnethues
Copy link
Contributor

update doc for Symfony 5.3 compatibility, due to use deprecated code app does not work and return warnings

  • New in version 5.3: The password_hashers option was introduced in Symfony 5.3. In previous versions it was called encoders.
  • Deprecated since version 5.3: Guard authenticators are deprecated since Symfony 5.3 in favor of the new authenticator-based system.

Reference:
https://symfony.com/doc/current/security.html#c-hashing-passwords
https://symfony.com/doc/current/security.html#guard-authenticators

update doc for Symfony 5.3 compatibility, due to use deprecated code app does not work and return warnings

- New in version 5.3: The password_hashers option was introduced in Symfony 5.3. In previous versions it was called encoders.
- Deprecated since version 5.3: Guard authenticators are deprecated since Symfony 5.3 in favor of the new authenticator-based system.

Reference: 
https://symfony.com/doc/current/security.html#c-hashing-passwords
https://symfony.com/doc/current/security.html#guard-authenticators
Copy link
Member

@dunglas dunglas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for having updated this. I proposed some minor fixes.

alanpoulain and others added 2 commits October 1, 2021 17:48
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
@alanpoulain alanpoulain merged commit 087014d into api-platform:2.6 Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants