docs: record JWT verifier boundary

This commit is contained in:
2026-08-30 15:34:31 +03:30
parent 542512c0c5
commit a4a389e5c3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -299,3 +299,4 @@ Append one row whenever a task changes status. Existing rows are never rewritten
| 2026-08-30 | A004 | `STARTED` | `DONE` | Added thin gRPC registration adapters and routed Auth service registration through them; full Auth tests pass in `b56d54c`. |
| 2026-08-30 | A005 | `TODO` | `STARTED` | Extracted bearer-token normalization into `application/auth`; full Auth tests pass in `1d72faa`. |
| 2026-08-30 | A005 | `STARTED` | `STARTED` | Extracted refresh-token marker validation into `application/auth`; full Auth tests pass in `4225332`. |
| 2026-08-30 | A005 | `STARTED` | `STARTED` | Added application JWT verifier contract and infrastructure adapter for access/refresh claims; full Auth tests pass in `ad6f5cc`. |