diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_auth_jwt_module.xml	Mon Mar 29 19:40:27 2021 +0100
+++ b/xml/en/docs/http/ngx_http_auth_jwt_module.xml	Mon Mar 29 19:45:57 2021 +0100
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_auth_jwt_module"
         link="/en/docs/http/ngx_http_auth_jwt_module.html"
         lang="en"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -204,6 +204,7 @@
 <link url="https://tools.ietf.org/html/rfc7517#section-5">JSON Web Key Set</link>
 file from a subrequest for validating JWT signature and
 sets the URI where the subrequest will be sent to.
+Parameter value can contain variables.
 To avoid validation overhead,
 it is recommended to cache the key file:
 <example>