comparison 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
comparison
equal deleted inserted replaced
2407:bd01d2a342b9 2408:183c16ce60d0
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="8"> 12 rev="9">
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)
272 272
273 <tag-name id="var_jwt_claim_"><var>$jwt_claim_</var><value>name</value></tag-name> 273 <tag-name id="var_jwt_claim_"><var>$jwt_claim_</var><value>name</value></tag-name>
274 <tag-desc> 274 <tag-desc>
275 returns the value of a specified 275 returns the value of a specified
276 <link url="https://tools.ietf.org/html/rfc7519#section-4">JWT claim</link> 276 <link url="https://tools.ietf.org/html/rfc7519#section-4">JWT claim</link>
277
278 <para>
279 For nested claims and claims including a dot (“.”),
280 the value of the variable cannot be evaluated;
281 the <link id="auth_jwt_claim_set"/> directive should be used instead.
282 </para>
277 </tag-desc> 283 </tag-desc>
278 284
279 </list> 285 </list>
280 </para> 286 </para>
281 287