# HG changeset patch # User Yaroslav Zhuravlev # Date 1562603263 -10800 # Node ID 183c16ce60d0829149d38e851b88567ca25b35f1 # Parent bd01d2a342b967d210278c9106637aaac9126c91 Added info about nested claims and claims with a dot to $jwt_claim_name. diff -r bd01d2a342b9 -r 183c16ce60d0 xml/en/docs/http/ngx_http_auth_jwt_module.xml --- 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 @@ + rev="9">
@@ -274,6 +274,12 @@ returns the value of a specified JWT claim + + +For nested claims and claims including a dot (“.”), +the value of the variable cannot be evaluated; +the directive should be used instead. + diff -r bd01d2a342b9 -r 183c16ce60d0 xml/ru/docs/http/ngx_http_auth_jwt_module.xml --- a/xml/ru/docs/http/ngx_http_auth_jwt_module.xml Mon Jul 08 18:11:25 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_auth_jwt_module.xml Mon Jul 08 19:27:43 2019 +0300 @@ -9,7 +9,7 @@ + rev="9">
@@ -271,6 +271,12 @@ возвращает значение указанной JWT claim + + +Для вложенных claim, а также claim, содержащих точку (“.”), +значение переменной вычислить невозможно, +следует использовать директиву . +