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
Our application is multi-tenant, we're handling users from a dynamic number of subdomains.
We would like to setup authorization for Mercure subscribers, but it seems that it not possible with current configuration.
We've tried: cors_origins https://*.example.com, but Access-Control-Allow-Origin header is not appearing in responses from Mercure.
cors_origins https://*.example.com
What can we do to fix this issue?
The text was updated successfully, but these errors were encountered:
It looks like using GET parameter authorization will work if we can't currently setup dynamic CORS origins
Sorry, something went wrong.
I'd love to see this feature implemented! I have quite a few subdomains on several sites and it's getting to be a long list ^^
we have the same issue, hope this gets implemented !
No branches or pull requests
Our application is multi-tenant, we're handling users from a dynamic number of subdomains.
We would like to setup authorization for Mercure subscribers, but it seems that it not possible with current configuration.
We've tried:
cors_origins https://*.example.com
, but Access-Control-Allow-Origin header is not appearing in responses from Mercure.What can we do to fix this issue?
The text was updated successfully, but these errors were encountered: