Files
chore/frontend/e2e/.auth/user-delete.json
Ryan Kegel ec4912aa4a
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m24s
feat: update version to 1.0.16 and modify user authentication cookies
2026-05-25 13:08:13 -04:00

39 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "DlW9UoiIvVxuPPp3wfo3qsVP5tlO2Iw2e8TZThWeMDw",
"domain": "localhost",
"path": "/api/auth",
"expires": 1787504746.877459,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1kZWxldGVAdGVzdC5jb20iLCJ1c2VyX2lkIjoiM2E3ZDA3NjYtYTQyNy00NTQ5LWE0NGEtMWU0ZjUwOGRhZDBhIiwidG9rZW5fdmVyc2lvbiI6MCwiZXhwIjoxNzc5NzM5NTQ2fQ.jFLpGeJBM7U-x-N1jT-muHjBStXFyeb5oQS0LryWwr0",
"domain": "localhost",
"path": "/",
"expires": 1779739546.877411,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1779728746722}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1779901547028}"
}
]
}
]
}