Files
chore/frontend/e2e/.auth/user-cc.json
Ryan Kegel e77254eabf
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m45s
feat: add dynamic dialog max width to ModalDialog component
2026-05-01 18:49:48 -04:00

40 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "FZULMCV2SqB1TurS_72i4vCGjYXmL4rQzTvtKFODS-c",
"domain": "localhost",
"path": "/api/auth",
"expires": 1784993494.828813,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1jY0B0ZXN0LmNvbSIsInVzZXJfaWQiOiJiMTkyZDgzZS1mMTQyLTRhZjQtYjAyNC02YzdiNzFmNzFlYjYiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzcyMTgzOTR9.7JsdzTZDZd8qErp-GiAaYfU92jCb1L5ROGZXpEaz-dc",
"domain": "localhost",
"path": "/",
"expires": 1777218394.827404,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1777217494503}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1777390295394}"
}
]
}
]
}