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 891467e commit a457b98Copy full SHA for a457b98
config
@@ -1,8 +1,6 @@
1
ngx_addon_name=ngx_http_auth_jwt_module
2
-
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_binary_converters.c $ngx_addon_dir/src/ngx_http_auth_jwt_header_processing.c $ngx_addon_dir/src/ngx_http_auth_jwt_string.c $ngx_addon_dir/src/ngx_http_auth_jwt_module.c"
6
ngx_module_libs="-ljansson -ljwt"
7
8
-. auto/module
+. auto/module
0 commit comments