Files
chore/frontend/e2e/.auth/user.json
T
ryan db42f81780
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m56s
feat: update tutorial functionality and improve tutorial step management
2026-08-01 01:57:24 -04:00

39 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "nT_T0nZ7ZXthfVaOIvMOa-9Z8IJAkT8hByHcv9yxyno",
"domain": "localhost",
"path": "/api/auth",
"expires": 1793338807.10011,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiJkZmQ4ZjI1NS0yMzkwLTRiOTgtODJmYi1jZGRmOTBjODYwYWMiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3ODU1NzM2MDd9.Wn8RdLZGFifPe3LwAjljmHIoiFOOIzqeDCfQWvvy-_I",
"domain": "localhost",
"path": "/",
"expires": 1785573607.099308,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1785562806880}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1785735607328}"
}
]
}
]
}