Commit 65d45be
committed
minor #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.rst1 file changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
431 | 434 | | |
432 | 435 | | |
433 | 436 | | |
| |||
0 commit comments