Files
chore/frontend/e2e/.auth/user.json
T
ryan 541bed3a8a
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m12s
feat: enhance tutorial functionality by disabling inputs and buttons during active steps
2026-07-21 14:53:31 -04:00

39 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "MYMeAyxeWQy7LVHrJsvF-10FozU5Ko_QoEvmV3bHwPc",
"domain": "localhost",
"path": "/api/auth",
"expires": 1792435592.056481,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiJiODJhZDU2Mi03MjMwLTRkN2EtODU3NS04N2FhNzE1ZWNhMjQiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3ODQ2NzAzOTJ9.iEbCtV3csb9AUWoXL4MJ-GLL1yiJDumvYmKr-vyuwBg",
"domain": "localhost",
"path": "/",
"expires": 1784670392.056434,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1784659591903}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1784832392197}"
}
]
}
]
}