Files
chore/frontend/e2e/.auth/user.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": "iBgMbKeAn8p8X9iS6eumIZHEqKN0yqMKZ09V6nk7s-U",
"domain": "localhost",
"path": "/api/auth",
"expires": 1784993490.715252,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiJhM2ZlZjRmNS01MTc4LTRlYWEtOWU0NC1jZjk2MGJiMGQ3ZTkiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzcyMTgzOTB9.PtdzVvtN6rMWPOTS6OfGc8tVSrihktnT2GhVIwKollc",
"domain": "localhost",
"path": "/",
"expires": 1777218390.714722,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1777217490520}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1777390290893}"
}
]
}
]
}