Files
chore/frontend/e2e/.auth/user-delete.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": "RgOQUW4r8HHf0oRC7CkS7N_ai16ldte8wZ4vqEnbykA",
"domain": "localhost",
"path": "/api/auth",
"expires": 1785439751.938223,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1kZWxldGVAdGVzdC5jb20iLCJ1c2VyX2lkIjoiOTEwNzc3MGMtOGI5MC00MmM0LWE5MmUtNGRhN2UzMmM3MTdiIiwidG9rZW5fdmVyc2lvbiI6MCwiZXhwIjoxNzc3Njc0NTUxfQ.ywvqlx64QlwBSC9JmoWhGZv6_JFMVgyZ0VV5CHlgUEo",
"domain": "localhost",
"path": "/",
"expires": 1777674551.938155,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1777663751795}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1777836552105}"
}
]
}
]
}