Files
chore/frontend/e2e/.auth/user-delete.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": "n_EftQzpLANJ_pI4xwg6LQDCDds9Ufvy1GcnnYJQ00A",
"domain": "localhost",
"path": "/api/auth",
"expires": 1786910690.820234,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1kZWxldGVAdGVzdC5jb20iLCJ1c2VyX2lkIjoiNDE3OWYwNzItYTM3MC00NGY1LTg1YmMtZmU1ZDIwNzY3NWE3IiwidG9rZW5fdmVyc2lvbiI6MCwiZXhwIjoxNzc5MTQ1NDkwfQ.1uhXDEXNncubgx4D8XnFI6KWxXT4wvvvGrXQfHvjnhU",
"domain": "localhost",
"path": "/",
"expires": 1779145490.819506,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1779134690558}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1779307491309}"
}
]
}
]
}