TeslaGov / ngx-http-auth-jwt-module

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

Support $jwt_payload variable #129

Open duhovich opened 1 month ago

duhovich commented 1 month ago

The ngx_http_auth_jwt_module module from NGINX Plus contains a variable to retrieve the entire body of the token. "$jwt_payload returns the decrypted top-level payload of nested or encrypted tokens (1.21.2). For nested tokens returns the enclosed JWS token. For encrypted tokens returns JSON with claims.". Can i get similar functionality here?