ngx-http-auth-jwt-module icon indicating copy to clipboard operation
ngx-http-auth-jwt-module copied to clipboard

Extract JWT from URL

Open u1924054 opened this issue 2 years ago • 2 comments

I saw that i can pass the token as header or cookie but not as an argument.

u1924054 avatar Jul 05 '23 09:07 u1924054

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.

insanity54 avatar Jul 06 '23 04:07 insanity54

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

JoshMcCullough avatar Aug 16 '23 15:08 JoshMcCullough