Files
chore/frontend/e2e/.auth/user-delete.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": "tTh7qrpLh9RjQNVxmjhfQi0VOQwbLa4PJ8xfjlMC9P8",
"domain": "localhost",
"path": "/api/auth",
"expires": 1784993494.703215,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1kZWxldGVAdGVzdC5jb20iLCJ1c2VyX2lkIjoiMGY4YzE2YzUtN2ZlNy00ZGZiLWE4ZmMtMTc3NjQ5MDkxOWI4IiwidG9rZW5fdmVyc2lvbiI6MCwiZXhwIjoxNzc3MjE4Mzk0fQ.zSLSZsWZb9N1En9mWCqXxM9d__U7JldwT8pCKaoxzUc",
"domain": "localhost",
"path": "/",
"expires": 1777218394.702339,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1777217494445}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1777390295182}"
}
]
}
]
}