Skip to content
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

Wildcard support for allowed_origins #333

Open
jimdigriz opened this issue Oct 5, 2021 · 0 comments
Open

Wildcard support for allowed_origins #333

jimdigriz opened this issue Oct 5, 2021 · 0 comments

Comments

@jimdigriz
Copy link
Contributor

Similarly to #268, allowed_origins could do with wildcard support but also on the port number.

My use case is for a CLI tools authentication flow backed by Portier and presents http://localhost:*; the local port is dynamic as it is assigned by the OS and needs to be ephemeral (randomly chosen) to not clash with existing services.

Alternatively, maybe localhost could be a special edge case for wildcard'ing ports whilst everything else is just a wildcard at the sub-domain?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant