question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Token Authorization to Route

See original GitHub issue

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 ?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
oschuettcommented, Jan 18, 2019

I also think this would be a great feature. It could be implemented like --host-routing. The advantage of cookie based routing would be that all users get the same urls, which would allow sharing them. Right now e.g. it’s not possible to readily share mybinder urls.

1reaction
arnaudRenardRomeocommented, Apr 6, 2017

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. Other solution is to implement Oauth or any other solution, but it’s much more complex

Read more comments on GitHub >

github_iconTop Results From Across the Web

Token Based Authentication Made Easy - Auth0
Token based authentication works by ensuring that each request to a server is accompanied by a signed token which the server verifies for...
Read more >
Using JWT (JSON Web Tokens) to authorize users and protect ...
Using JWT (JSON Web Tokens) to authorize users and protect API routes. Actual JWT tokens, happy to be at your service.
Read more >
How to Secure your API's Routes with JWT Token
Another way is called authorization token. To be more precise, JWT - JSON Web Token.
Read more >
How to authenticate route with JWT token? - Stack Overflow
Route '/authentication_token' : everyone is allowed access · Route '/api/' : access is allowed only to authorized users (the role does not matter) ......
Read more >
Authentication and Authorization in Express.js API using JWT
After the user is logged in, a data request is sent by the client with a signed JWT token (to inform the server...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found