Files
chore/frontend/vue-app/e2e/.auth/user-no-pin.json
Ryan Kegel accf596bd7
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m30s
more tests
2026-03-09 13:28:43 -04:00

35 lines
945 B
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "C3wwythvEFsezN93gTCH0C7TP4UEMJT1CszA66dP9Es",
"domain": "localhost",
"path": "/api/auth",
"expires": 1780853177.47085,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiI2OGFiNGNkNi04Y2NmLTQxNDItOWRmZC1kYjVmZmNmNDQ4OGQiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzMwNzgwNzd9.zZErQX-waP_VILAEaZbNnZmFlGAc6wvNiSQEop0IjsQ",
"domain": "localhost",
"path": "/",
"expires": -1,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1773077177348}"
}
]
}
]
}