All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m56s
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "refresh_token",
|
|
"value": "jvA7pfHaKU5t0mzLmz2tEsWpCPk92LNv8TiBbPqQPr4",
|
|
"domain": "localhost",
|
|
"path": "/api/auth",
|
|
"expires": 1783780502.776691,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Strict"
|
|
},
|
|
{
|
|
"name": "access_token",
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZS1jY0B0ZXN0LmNvbSIsInVzZXJfaWQiOiI1YTI0NTY3Ny00YzRiLTRmMWUtODVjZi0zOWVkZmEwMjIwNjQiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzYwMDU0MDJ9.qPwnX1ZvCqaeuKblbD4y5CSNFfwDVSuR0ow_Eks2-DA",
|
|
"domain": "localhost",
|
|
"path": "/",
|
|
"expires": 1776005402.775975,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
}
|
|
],
|
|
"origins": [
|
|
{
|
|
"origin": "https://localhost:5173",
|
|
"localStorage": [
|
|
{
|
|
"name": "authSyncEvent",
|
|
"value": "{\"type\":\"logout\",\"at\":1776004502483}"
|
|
},
|
|
{
|
|
"name": "parentAuth",
|
|
"value": "{\"expiresAt\":1776177303116}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |