Module ngx_http_auth_jwt_module

The ngx_http_auth_jwt_module module (1.11.3) implements client authorization by validating the provided JSON Web Token (JWT) using the specified keys. JWT claims must be encoded in a JSON Web Signature (JWS) structure. The module can be used for OpenID Connect authentication.

The module may be combined with other access modules, such as ngx_http_access_module, ngx_http_auth_basic_module, and ngx_http_auth_request_module, via the satisfy directive.

This module is available as part of our commercial subscription.
auth_jwt

Syntax: auth_jwt string [token=$variable] | off;

2017-02-09 07:05:33
auth_jwt_key_file

Syntax: auth_jwt_key_file file; Default: — Context:

2017-02-09 07:05:34