Secure your NGINX locations with JWT
12 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.
auth_jwt_algorithm
The `auth_jwt_algorithm` directive specifies the algorithm used for verifying…
httpserverlocation
auth_jwt_enabled
The `auth_jwt_enabled` directive enables JWT authentication checks for NGINX…
httpserverlocation
auth_jwt_extract_request_claims
The `auth_jwt_extract_request_claims` directive extracts specific claims from…
httpserverlocation
auth_jwt_extract_response_claims
The `auth_jwt_extract_response_claims` directive extracts specified claims…
httpserverlocation
auth_jwt_extract_var_claims
The `auth_jwt_extract_var_claims` directive extracts specified claims from a…
httpserverlocation
auth_jwt_key
The `auth_jwt_key` directive specifies the key used for decoding and verifying…
httpserverlocation
auth_jwt_keyfile_path
The `auth_jwt_keyfile_path` directive sets the path to the keyfile used for…
httpserverlocation
auth_jwt_location
The auth_jwt_location directive specifies the location of the JSON Web Token…
httpserverlocation
auth_jwt_loginurl
The `auth_jwt_loginurl` directive specifies the URL to redirect to if JWT…
httpserverlocation
auth_jwt_redirect
The `auth_jwt_redirect` directive enables redirection to a specified login URL…
httpserverlocation
auth_jwt_use_keyfile
The `auth_jwt_use_keyfile` directive specifies whether to load the key for JWT…
httpserverlocation
auth_jwt_validate_sub
The `auth_jwt_validate_sub` directive validates the `sub` claim in a JWT…
httpserverlocation