TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

How to get the token as argument? For example http://localhost:8080/?token="mytoken". #102

Open u1924054 opened 1 year ago

u1924054 commented 1 year ago

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

insanity54 commented 1 year ago

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.

JoshMcCullough commented 10 months ago

There are two PRs open for this. We will take a look and apply as needed! See: