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 8
8
9
9
- Contain an issued at time claim with a time and date in the past.
10
10
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
12
12
lifetime is the difference between the issued at time claim and the
13
13
expiration time claim.
14
14
26
26
}
27
27
28
28
|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:
30
30
31
31
.. code-block :: json
32
32
:copyable: false
33
33
34
34
{
35
35
"iat" : " 1585769399" ,
36
- "exp" : " 1585772999 "
36
+ "exp" : " 1586002999 "
37
37
}
38
38
39
39
- Are signed using either the ``HS256 `` or ``RS256 `` signing
You can’t perform that action at this time.
0 commit comments