d07227822f
1. Check jwt expire by the time_expired value in the cookie, if current time is bigger than the time_expired value, the request's header will not has the X-Auth-Token, then the skyline-api will return 401. 2. update cypress command to use time_expired cookie Change-Id: I4a33649d3dbf630e36bcdee71462b4796e17f714
5 lines
99 B
YAML
5 lines
99 B
YAML
---
|
|
features:
|
|
- |
|
|
Check the JWT expire by the `time_expired` in the cookie for each request.
|