diff xml/en/docs/http/ngx_http_auth_jwt_module.xml @ 2408:183c16ce60d0

Added info about nested claims and claims with a dot to $jwt_claim_name.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 08 Jul 2019 19:27:43 +0300
parents f4b9660316c5
children dd3ac7eefeed
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_auth_jwt_module.xml	Mon Jul 08 18:11:25 2019 +0300
+++ b/xml/en/docs/http/ngx_http_auth_jwt_module.xml	Mon Jul 08 19:27:43 2019 +0300
@@ -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="8">
+        rev="9">
 
 <section id="summary">
 
@@ -274,6 +274,12 @@
 <tag-desc>
 returns the value of a specified
 <link url="https://tools.ietf.org/html/rfc7519#section-4">JWT claim</link>
+
+<para>
+For nested claims and claims including a dot (“.”),
+the value of the variable cannot be evaluated;
+the <link id="auth_jwt_claim_set"/> directive should be used instead.
+</para>
 </tag-desc>
 
 </list>