You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update jwt.md for Symfony 5.3 compatibility (#1429)
* Update jwt.md for Symfony 5.3 compatibility
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-passwordshttps://symfony.com/doc/current/security.html#guard-authenticators
* Apply suggestions from code review
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
* docs: use PUBLIC_ACCESS
Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
0 commit comments