auth0 / nginx-jwt

Lua script for Nginx that performs reverse proxy auth using JWT's
MIT License
535 stars 127 forks source link

allow put token in http request get parameter #66

Open devMls opened 7 years ago

devMls commented 7 years ago

allow put token in http request get parameter, for achieve auth in subdomains for example for static images in subdomain

aaronb-cg commented 7 years ago

This would also be helpful for Server-Sent Events which don't support headers.

I see that @devMls has added a PR (#67) with this functionality, thanks!