comparison xml/en/docs/http/ngx_http_auth_jwt_module.xml @ 2694:1f2bd0d9a06c

Documented variables support for auth_jwt_key_request.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Mar 2021 19:45:57 +0100
parents dd3ac7eefeed
children efb3d27dfa23
comparison
equal deleted inserted replaced
2693:3cbd6e440581 2694:1f2bd0d9a06c
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_auth_jwt_module" 9 <module name="Module ngx_http_auth_jwt_module"
10 link="/en/docs/http/ngx_http_auth_jwt_module.html" 10 link="/en/docs/http/ngx_http_auth_jwt_module.html"
11 lang="en" 11 lang="en"
12 rev="10"> 12 rev="11">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_auth_jwt_module</literal> module (1.11.3) 17 The <literal>ngx_http_auth_jwt_module</literal> module (1.11.3)
202 <para> 202 <para>
203 Allows retrieving a 203 Allows retrieving a
204 <link url="https://tools.ietf.org/html/rfc7517#section-5">JSON Web Key Set</link> 204 <link url="https://tools.ietf.org/html/rfc7517#section-5">JSON Web Key Set</link>
205 file from a subrequest for validating JWT signature and 205 file from a subrequest for validating JWT signature and
206 sets the URI where the subrequest will be sent to. 206 sets the URI where the subrequest will be sent to.
207 Parameter value can contain variables.
207 To avoid validation overhead, 208 To avoid validation overhead,
208 it is recommended to cache the key file: 209 it is recommended to cache the key file:
209 <example> 210 <example>
210 proxy_cache_path /data/nginx/cache levels=1 keys_zone=foo:10m; 211 proxy_cache_path /data/nginx/cache levels=1 keys_zone=foo:10m;
211 212