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
minor symfony#14670 [Mercure] Update token generation (flovrent)
This PR was merged into the 5.2 branch.
Discussion
----------
[Mercure] Update token generation
Following the release of the version 4 of the `lcobucci/jwt` library, we get the following error `Cannot Instantiate Interface Lcobucci\JWT\Builder`, same thing with `Key`.
Like you can see here : https://github.com/lcobucci/jwt/releases/tag/4.0.0, there are BC-break about `Key` and `Builder` who have become Interface.
In accordance with the documentation on https://lcobucci-jwt.readthedocs.io/en/latest/configuration/#configuration, I allow myself to propose the following merge request.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
fb8dea5 Update mercure.rst
0 commit comments