Files
chore/frontend/e2e/.auth/user.json
Ryan Kegel ab0d32c6b0
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m22s
feat: enhance push notification service worker for chore expirations and update related configurations
2026-05-01 15:34:56 -04:00

39 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "4Wf4BWiljd-T-9TdZStP2DmwF1-8Gj9YTWriMyUzrVU",
"domain": "localhost",
"path": "/api/auth",
"expires": 1785439750.178407,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiIzMTdhMDQyZS0yNGNhLTQ1MzUtODZmNC1lY2FiZWYwODIyM2MiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3Nzc2NzQ1NTB9.XQxqXaYlr21DEuuKes0AFHvuWeJvlOTwFpruuhsxacs",
"domain": "localhost",
"path": "/",
"expires": 1777674550.178361,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1777663750032}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1777836550307}"
}
]
}
]
}