chore(evidence): add QA evidence and notepads from debugging sessions
Add comprehensive QA evidence including manual testing reports, RLS isolation tests, API CRUD verification, JWT decoded claims, and auth evidence files. Include updated notepads with decisions, issues, and learnings from full-stack debugging sessions. Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"exp": 1772720777,
|
||||
"iat": 1772717177,
|
||||
"jti": "db68168f-d1e3-408d-950c-b8a9463755f3",
|
||||
"iss": "http://localhost:8080/realms/workclub",
|
||||
"aud": "workclub-api",
|
||||
"typ": "Bearer",
|
||||
"azp": "workclub-app",
|
||||
"sid": "28f7e32f-7eca-4daf-ad99-9ae232607714",
|
||||
"acr": "1",
|
||||
"allowed-origins": [
|
||||
"http://localhost:3000"
|
||||
],
|
||||
"scope": "profile email",
|
||||
"email_verified": true,
|
||||
"clubs": {
|
||||
"afa8daf3-5cfa-4589-9200-b39a538a12de": "admin",
|
||||
"a1952a72-2e13-4a4e-87dd-821847b58698": "member"
|
||||
},
|
||||
"preferred_username": "admin@test.com"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
||||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
||||
100 2 0 2 0 0 300 0 --:--:-- --:--:-- --:--:-- 333
|
||||
HTTP/1.1 200 OK
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Date: Thu, 05 Mar 2026 13:26:28 GMT
|
||||
Server: Kestrel
|
||||
Transfer-Encoding: chunked
|
||||
10
.sisyphus/evidence/final-qa/auth/03-api-clubs-me-200.txt
Normal file
10
.sisyphus/evidence/final-qa/auth/03-api-clubs-me-200.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
||||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
||||
100 42 0 42 0 0 11128 0 --:--:-- --:--:-- --:--:-- 14000
|
||||
HTTP/1.1 400 Bad Request
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Date: Thu, 05 Mar 2026 13:26:24 GMT
|
||||
Server: Kestrel
|
||||
Transfer-Encoding: chunked
|
||||
10
.sisyphus/evidence/final-qa/auth/04-api-tasks-200.txt
Normal file
10
.sisyphus/evidence/final-qa/auth/04-api-tasks-200.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
||||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
||||
100 1511 0 1511 0 0 13471 0 --:--:-- --:--:-- --:--:-- 13491
|
||||
HTTP/1.1 200 OK
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Date: Thu, 05 Mar 2026 13:26:31 GMT
|
||||
Server: Kestrel
|
||||
Transfer-Encoding: chunked
|
||||
9
.sisyphus/evidence/final-qa/auth/05-missing-auth-401.txt
Normal file
9
.sisyphus/evidence/final-qa/auth/05-missing-auth-401.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
||||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
||||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
||||
HTTP/1.1 401 Unauthorized
|
||||
Content-Length: 0
|
||||
Date: Thu, 05 Mar 2026 13:26:35 GMT
|
||||
Server: Kestrel
|
||||
10
.sisyphus/evidence/final-qa/auth/06-wrong-tenant-403.txt
Normal file
10
.sisyphus/evidence/final-qa/auth/06-wrong-tenant-403.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
||||
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
||||
100 79 0 79 0 0 21415 0 --:--:-- --:--:-- --:--:-- 26333
|
||||
HTTP/1.1 403 Forbidden
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Date: Thu, 05 Mar 2026 13:26:38 GMT
|
||||
Server: Kestrel
|
||||
Transfer-Encoding: chunked
|
||||
Reference in New Issue
Block a user