comparison xml/en/docs/http/ngx_http_auth_jwt_module.xml @ 2835:b64410025027

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Sun, 13 Feb 2022 17:17:07 +0000
parents 4add6ae1296f
children 8bd6f772005f
comparison
equal deleted inserted replaced
2834:5bbae5b15948 2835:b64410025027
227 </para> 227 </para>
228 228
229 </directive> 229 </directive>
230 230
231 231
232 <directive name="auth_jwt_key_cache">
233 <syntax><value>time</value></syntax>
234 <default>0</default>
235 <context>http</context>
236 <context>server</context>
237 <context>location</context>
238 <appeared-in>1.21.4</appeared-in>
239
240 <para>
241 Enables or disables caching of keys
242 obtained from a <link id="auth_jwt_key_file">file</link>
243 or from a <link id="auth_jwt_key_request">subrequest</link>,
244 and sets caching time for them.
245 Caching of keys obtained from variables is not supported.
246 By default, caching of keys is disabled.
247 </para>
248
249 </directive>
250
251
232 <directive name="auth_jwt_key_file"> 252 <directive name="auth_jwt_key_file">
233 <syntax><value>file</value></syntax> 253 <syntax><value>file</value></syntax>
234 <default/> 254 <default/>
235 <context>http</context> 255 <context>http</context>
236 <context>server</context> 256 <context>server</context>