We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcdd00 commit 736a2f1Copy full SHA for 736a2f1
config
@@ -3,5 +3,6 @@ ngx_addon_name=ngx_http_auth_jwt_module
3
ngx_module_type=HTTP
4
ngx_module_name=ngx_http_auth_jwt_module
5
ngx_module_srcs="$ngx_addon_dir/src/ngx_http_auth_jwt_module.c"
6
+ngx_module_libs="-ljansson -ljwt"
7
8
. auto/module
0 commit comments