docs: complete auth compatibility cleanup
This commit is contained in:
@@ -315,6 +315,11 @@ The current composition root is `cmd/serve.go`; `repository.System` aggregates P
|
||||
|
||||
- Replaced the eleven-argument positional constructor with a typed `Dependencies` graph assembled in `cmd/serve.go`, making OTP, JWT/session, permission, and identity infrastructure wiring explicit at bootstrap.
|
||||
- The legacy two-argument constructor remains only as an A008 compatibility shim; full Auth tests and vet pass in `7d7871b`. A007 is complete.
|
||||
|
||||
### `A008` — Auth compatibility cleanup
|
||||
|
||||
- Removed the legacy two-argument constructor and all nil-dependent fallback implementations superseded by the explicit OTP, JWT/session, permission, and identity dependency graph.
|
||||
- The remaining legacy repository methods are still active consumers for Auth operations outside the extracted paths and are therefore not dead/superseded code; full tests, race tests, and vet pass in `a9b11a3`. A008 and the Auth architecture phase are complete.
|
||||
- A006 remains in progress: permission repository wiring and identity application orchestration still need extraction.
|
||||
- A005 remains in progress: JWT validation, session checks, refresh-token flow, and broader authentication orchestration still need application ports and adapters.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user