ngx-http-auth-jwt-module
ngx-http-auth-jwt-module copied to clipboard
"Getting Started" instructions available?
This module is exactly what we've been looking for in our NGINX setup. The challenge we're having is that we're not quite sure how to best package it into our NGINX Docker image.
I found some resources, but unfortunately they're all mentioning issues people faced:
- https://gist.github.com/abbaspour/af8dff3b297b0fcc6ba7c625c2d7c0a3
- https://stackoverflow.com/questions/76173398/ngx-http-auth-jwt-module-is-that-only-available-with-nginx-plus
I also couldn't find "Getting Started" instructions or references to such a doc in this repos README. I was wondering if anyone could point me to some instructions that show how to use this module in NGINX. Thanks!
Thanks for reaching out. Have a look at how we copy the module binary into an NGINX container, here: https://github.com/TeslaGov/ngx-http-auth-jwt-module/blob/master/Dockerfile#L49
Let me know if that doesn't help (enough) and you need more support!