Files
chore/frontend/e2e/.auth/user-tutorial.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": "WGHWfbkdu5a4GEsBQ4exR8DG4W39iOm1b71weDg6RWU",
"domain": "localhost",
"path": "/api/auth",
"expires": 1793338810.330124,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS10dXRvcmlhbEB0ZXN0LmNvbSIsInVzZXJfaWQiOiJlMzIxNzNmNy1lODM5LTQxNjMtOGUyYS04YmRhZGY5ZTZiZjEiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3ODU1NzM2MTB9.W08NeVvTAftfz4VQVopd8U38mOEiqUW9qb-EhbttWJk",
"domain": "localhost",
"path": "/",
"expires": 1785573610.329316,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1785562810109}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1785735610529}"
}
]
}
]
}