Actions
New feature / Change #4139
closedAdd timestamp into json for SHARED JWT auth
Status:
Done
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/07/2022
Due date:
% Done:
0%
Estimated time:
Description
Currently, we have
{
"email":"email"
}
Change to this
{
"email":"email"
"timestamp": 1646657700
}
Check that validity is no more than 5 minutes.
Actions