File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99- Contain an issued at time claim with a time and date in the past.
1010
11- - Have a token lifetime of less than or equal to one hour . The token
11+ - Have a token lifetime of less than or equal to 24 hours . The token
1212 lifetime is the difference between the issued at time claim and the
1313 expiration time claim.
1414
2626 }
2727
2828 |charts-short | can accept a token containing the following claims
29- because the token lifetime of one hour is acceptable:
29+ because the token lifetime of 24 hours is acceptable:
3030
3131 .. code-block :: json
3232 :copyable: false
3333
3434 {
3535 "iat" : " 1585769399" ,
36- "exp" : " 1585772999 "
36+ "exp" : " 1586002999 "
3737 }
3838
3939 - Are signed using either the ``HS256 `` or ``RS256 `` signing
You can’t perform that action at this time.
0 commit comments