eladbs

Results 6 issues of eladbs

Hi, Is there a way in the ```userResHeaderDecorator``` to distinguish between headers of the proxied response to those of the original response object? Is there a way to make sure...

Nodejs internal http request default timeout is set to 2 minutes. This creates an error with proxy requests that takes more than that. Let's say I setup proxy like this:...

Hi, I'm trying to implement a 2 step log in (normal user/pass login and a 2FA login). My route setup is something like this: > The process is like this:...

Hi, Using lua v5.1 and lua-cjson v2.1.0.6-1. Why `print(cjson.decode(cjson.encode({success = true})))` results in `""` (an empty line) and not `{success = true}`? What am I missing?! Thanks!

### Checklist - [X] I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). ### Describe the problem you'd like to have solved Hi, Today our CI/CD workflow with...

feature request

Hi, I'm new to this library, so might be wrong, but I see that "role" is a single value string. I guess there no built-in solution for that but what's...