All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m25s
- Updated BASE_VERSION in version.py to 1.0.15. - Added ROUTINES-IMPLEMENTATION-SUMMARY.md detailing the implementation status, phases, and test coverage for the new routines feature. - Created e2e-routines-test-plan.md outlining the end-to-end test strategy for the routines feature. - Introduced plan-routinesFeature.prompt.md to summarize the design and implementation plan for the routines feature.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "refresh_token",
|
|
"value": "fzE1WOI8ku1O7zv_5fFC_eRgk0CmbokqVZk1g_M_V9A",
|
|
"domain": "localhost",
|
|
"path": "/api/auth",
|
|
"expires": 1787085982.03234,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Strict"
|
|
},
|
|
{
|
|
"name": "access_token",
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1kZWxldGVAdGVzdC5jb20iLCJ1c2VyX2lkIjoiZjQwZjEzMDgtNmNjNi00NTA4LWE0NmQtODYwMjMzNzhkNDQ4IiwidG9rZW5fdmVyc2lvbiI6MCwiZXhwIjoxNzc5MzIwNzgyfQ.NI2FXDnR2Q7yoKSMjFeElmQNtHDYoXtB8zQ-nPda2NQ",
|
|
"domain": "localhost",
|
|
"path": "/",
|
|
"expires": 1779320782.032289,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
}
|
|
],
|
|
"origins": [
|
|
{
|
|
"origin": "https://localhost:5173",
|
|
"localStorage": [
|
|
{
|
|
"name": "authSyncEvent",
|
|
"value": "{\"type\":\"logout\",\"at\":1779309981887}"
|
|
},
|
|
{
|
|
"name": "parentAuth",
|
|
"value": "{\"expiresAt\":1779482782189}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |