skyline-console/releasenotes/notes/Add-JWT-Expire-Check-c4dce4d269782a8c.yaml
Jingwei.Zhang d07227822f feat: add jwt expire check
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
2023-06-15 10:44:27 +08:00

5 lines
99 B
YAML

---
features:
- |
Check the JWT expire by the `time_expired` in the cookie for each request.