-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Mercure] Compatibility with the Docker integration and various improvements #16293
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
Conversation
👋 The documentation for the configuration of mercure seems quite wrong: it has a big "caution" block stating that the `MERCURE_JWT_SECRET` should contain an _actual JWT_ ... instead of a secret, which is weird (and definitely not how it works). I propose to remove these (maybe out of date?) parts to prevent further confusion (_I spent a full day examining the actual source to understand what was really needed in the env var_). Also, added a tip on how setting the cookies twice would not work. PS: I created this PR against the 5.3 (current) branch since the 4.4 branch does not have the same paragraphs. Hope it's good.
c3dbd8a
to
142a6f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the JWT section could be extended to mention the jwt.publish
, jwt.publish
, jwt.algorithm
, and using custom JWT provider/factory.
Indeed, done. |
Co-authored-by: Robin Chalas <[email protected]>
0a1de77
to
e35f1cc
Compare
Co-authored-by: Saif Eddin Gmati <[email protected]>
Co-authored-by: Saif Eddin Gmati <[email protected]>
Co-authored-by: Saif Eddin Gmati <[email protected]>
Co-authored-by: Saif Eddin Gmati <[email protected]>
Co-authored-by: Saif Eddin Gmati <[email protected]>
Co-authored-by: Saif Eddin Gmati <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks a lot Kévin |
Includes #16151. Closes dunglas/symfony-docker#200.