TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

fix extraction of claims in nested config block #91

Closed JoshMcCullough closed 1 year ago

JoshMcCullough commented 1 year ago

Claims extracted at a higher level in the config tree were not being passed down to lower levels.

Also fixed the response-checking portion of the tests.