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 #443 [Website] Making the Mercure key longer to satisfy JWT key requirements (weaverryan)
This PR was merged into the 2.x branch.
Discussion
----------
[Website] Making the Mercure key longer to satisfy JWT key requirements
| Q | A
| ------------- | ---
| Bug fix? | no (only to the website)
| New feature? | no
| Tickets | fixes#442
| License | MIT
New key validation in 4.2.0 of lcobucci/jwt - https://github.com/lcobucci/jwt/releases/tag/4.2.0 causes errors because our keys were too short. Fair enough :). The production site is already fixed, as the key is stored as a platform.sh variable (and I made the key longer there). This is just for local development.
Cheers!
Commits
-------
c6aa44a Making the Mercure key longer to satisfy JWT key requirements
0 commit comments