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
If you follow this guide and set claim mercure `subscribe` with single string - you get following error from mercure: `json: cannot unmarshal string into Go struct field mercureClaim.subscribe of type []string`
Subscribe parameter is array, not single string.
You can verfiy this in official example: https://github.com/dunglas/mercure/blob/master/examples/publisher-php.php
Just decode `DEMO_JWT` and see content
0 commit comments