We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I've found that with the last mercure-bundle 0.3 and the last mercure server 0.11.3 there is an issue with the generated JWT token.
The generated token looks like :
{ "exp": 1621589724.242307, "mercure": { "publish": [ "*" ], "subscribe": [] } }
And mercure send a 401 error when trying to publish with it.
I've tryed the same token generated but with the removal of "exp": 1621589724.242307, and it worked just fine when publishing in the debug UI !
I haven't found yet how to remove it automatically , maybe somehting with LcobucciFactory to handle.
The text was updated successfully, but these errors were encountered:
This has been fixed upstream (see dunglas/mercure#522).
Sorry, something went wrong.
No branches or pull requests
Hi,
I've found that with the last mercure-bundle 0.3 and the last mercure server 0.11.3 there is an issue with the generated JWT token.
The generated token looks like :
And mercure send a 401 error when trying to publish with it.
I've tryed the same token generated but with the removal of "exp": 1621589724.242307, and it worked just fine when publishing in the debug UI !
I haven't found yet how to remove it automatically , maybe somehting with LcobucciFactory to handle.
The text was updated successfully, but these errors were encountered: