-
Notifications
You must be signed in to change notification settings - Fork 130
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
Token Authorization to Route #90
Comments
I think it might be. How would you handle that? A single app-wide token? Or per-route tokens? Checking cookies vs headers, etc.? It's a bit of a can of worms to start implementing auth in the proxy, since there are so many different ways to do it. |
Or were you thinking of token-based routing (i.e. specifying the target based on token)? That's an interesting idea. I'm not sure quite how it would fit. |
Sorry, i took off for a bit. I was thinking about single app-wide tokens. Token generation should be handled by some other auth and be responsible for correctly generating the token/permissioning to a specific route. In this case, |
I'm also interested with this enhancement. It could be based on a simple cookie, and I can provide to the API, a list of cookies (name/values) allowed to access to the path. |
I also think this would be a great feature. It could be implemented like |
I'm interested in using a proxy with a token auth scheme. Is it out of scope for
configurable-http-proxy
to check a token/jwt before routing ?The text was updated successfully, but these errors were encountered: