Files
chat/internal
user 15d85d169e
All checks were successful
check / check (push) Successful in 2m7s
remove dead Auth() middleware method
The Auth() method in internal/middleware/middleware.go only logged and
passed through without performing any actual authentication. It was
never referenced anywhere in the codebase — authentication is handled
per-handler via requireAuth in the handlers package.

closes #38
2026-03-10 03:20:50 -07:00
..