Files
chore/frontend/e2e/.auth/user.json
Ryan Kegel ad8a8bf867
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m16s
feat: Update user authentication data and enhance routine item handling in RoutineEditView
2026-05-18 16:39:05 -04:00

39 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "QCuLIgmPV2vnDfzmgvptt-mZAW1jh8UML_wwAee4OTQ",
"domain": "localhost",
"path": "/api/auth",
"expires": 1786912678.702645,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiJlM2VmNGE2OC0zZWI3LTQ2MjQtYTI0Mi0yNmY1OTgyZDIwOWEiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzkxNDc0Nzh9.P7CDplAG3MBXgtEpuYFtp6gOV5pi-6QeAYRqmE-Dkys",
"domain": "localhost",
"path": "/",
"expires": 1779147478.701971,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1779136678495}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1779309478870}"
}
]
}
]
}