Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 4m51s
- Introduced a new feature specification for displaying a menu with actions (Award Certificate, Award Badge) when a child's card is clicked in ParentView. - Created a detailed plan for an achievements system, outlining phases for implementation, including achievement taxonomy, MVP set, and UX considerations. - Added a template for future feature specifications to standardize documentation.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "refresh_token",
|
|
"value": "fgz_j-G_5UJ-xLf2dJBqcrtiWJkC3amMr8Y90dx_Kdo",
|
|
"domain": "localhost",
|
|
"path": "/api/auth",
|
|
"expires": 1791672153.435032,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Strict"
|
|
},
|
|
{
|
|
"name": "access_token",
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1kZWxldGVAdGVzdC5jb20iLCJ1c2VyX2lkIjoiYjExZTViNzItNGJlOC00YmY1LTk0ODYtMjE2Nzc5ZGU4Y2ViIiwidG9rZW5fdmVyc2lvbiI6MCwiZXhwIjoxNzgzOTA2OTUzfQ.rTfjAYCaaRGAtRrP3eOegQNkIq_o7kTIgvGW9Sn3bO0",
|
|
"domain": "localhost",
|
|
"path": "/",
|
|
"expires": 1783906953.43499,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
}
|
|
],
|
|
"origins": [
|
|
{
|
|
"origin": "https://localhost:5173",
|
|
"localStorage": [
|
|
{
|
|
"name": "authSyncEvent",
|
|
"value": "{\"type\":\"logout\",\"at\":1783896153271}"
|
|
},
|
|
{
|
|
"name": "parentAuth",
|
|
"value": "{\"expiresAt\":1784068953610}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |