All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m35s
- Implement tests for approving and denying rewards and chores, including token generation and validation. - Create tests for error handling scenarios with expired, tampered, and fake tokens. - Add tests for push subscription registration and user profile notification settings. - Ensure that notifications reflect the correct state of rewards and chores in the UI. - Validate that toggles for email digest and push notifications function correctly based on user permissions and server state.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "refresh_token",
|
|
"value": "1LfvXeXfo3c9Svs6ZosxyUL4DIhj0IrF3NnIF3PSId8",
|
|
"domain": "localhost",
|
|
"path": "/api/auth",
|
|
"expires": 1784507076.922515,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Strict"
|
|
},
|
|
{
|
|
"name": "access_token",
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiJmOTY4MDNhNy00OTQ1LTRlMmMtOTliYy01M2VlODk0MmUxNTYiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzY3MzE5NzZ9.zfkdccp4rDbdfkD8m4VsBRwLnTBA7TO2mNHY6LRS8sA",
|
|
"domain": "localhost",
|
|
"path": "/",
|
|
"expires": 1776731976.922024,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Lax"
|
|
}
|
|
],
|
|
"origins": [
|
|
{
|
|
"origin": "https://localhost:5173",
|
|
"localStorage": [
|
|
{
|
|
"name": "authSyncEvent",
|
|
"value": "{\"type\":\"logout\",\"at\":1776731076713}"
|
|
},
|
|
{
|
|
"name": "parentAuth",
|
|
"value": "{\"expiresAt\":1776903877103}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |