Including the module without setting directive blocks all requests.
Currently if no auth_jwt directive is set the jwt_flag variable stays set to -1 (which is an incorrect state) and all requests (whose context is not overwritten) are rejected.
A workaround is to set auth_jwt=off on http context.
Including the module without setting directive blocks all requests.
Currently if no
auth_jwt
directive is set thejwt_flag
variable stays set to-1
(which is an incorrect state) and all requests (whose context is not overwritten) are rejected.A workaround is to set
auth_jwt=off
onhttp
context.