Skip to content

Commit e58ab19

Browse files
committed
docs: README.md
1 parent 3ec16e9 commit e58ab19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,9 @@ Specifies a requirement for claim in jwt token.
375375
> auth_jwt_require_claim jti eq 3949117906; # string
376376
> auth_jwt_require_claim iat eq json=1697461112; # integer
377377
> auth_jwt_require iat lt $expected_less_than_iat;
378+
> # auth_jwt_require iat lt json=1697461110;
378379
> auth_jwt_require_claim roles intersect $required_jwt_roles;
380+
> # auth_jwt_require_claim roles intersect json=["SERVICE","ADMINISTRATORS"];
379381
> }
380382
> ...
381383
> ```

0 commit comments

Comments
 (0)