ngx-http-auth-jwt-module
ngx-http-auth-jwt-module copied to clipboard
Extract JWT from URL
I saw that i can pass the token as header or cookie but not as an argument.
That's not an argument, that's a querystring. I'm looking to pass a JWT via querystring too, but I don't think it's possible with this library.
There are two PRs open for this. We will take a look and apply as needed! See:
- https://github.com/TeslaGov/ngx-http-auth-jwt-module/pull/103
- https://github.com/TeslaGov/ngx-http-auth-jwt-module/pull/107