Files
chore/frontend/e2e/.auth/user-tutorial.json
T
ryan 96992cf918
Chore App Build, Test, and Push Docker Images / build-and-push (push) Has been cancelled
feat(tutorial): enhance tutorial flow and add tests for help button functionality
2026-07-25 23:59:51 -04:00

39 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "5gEK_iLdGl1BAGfetT8hEf6SJK2lQVbYxQjH0BdKWwU",
"domain": "localhost",
"path": "/api/auth",
"expires": 1792813397.168935,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS10dXRvcmlhbEB0ZXN0LmNvbSIsInVzZXJfaWQiOiJkODk0ZjA0OS0xODU3LTQwM2UtYjgzZC1jMTY2NTNmZDU2MmEiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3ODUwNDgxOTd9.S7frWOrZwXC5xVgtG2RDioXGok04qK_jLCYWvfedD7s",
"domain": "localhost",
"path": "/",
"expires": 1785048197.167997,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1785037396813}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1785210197388}"
}
]
}
]
}