felt/internal
Mikkel Georgsen dd2f9bbfd9 feat(01-03): implement PIN auth routes, JWT HS256 enforcement, and auth tests
- Add auth HTTP handlers (login, me, logout) with proper JSON responses
- Enforce HS256 via jwt.WithValidMethods to prevent algorithm confusion attacks
- Add context helpers for extracting operator ID and role from JWT claims
- Add comprehensive auth test suite (11 unit tests + 6 integration tests)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 03:59:05 +01:00
..
audit feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
auth feat(01-03): implement PIN auth routes, JWT HS256 enforcement, and auth tests 2026-03-01 03:59:05 +01:00
blind feat(01-03): implement PIN auth routes, JWT HS256 enforcement, and auth tests 2026-03-01 03:59:05 +01:00
clock feat(01-04): add clock warnings, API routes, tests, and server wiring 2026-03-01 03:56:23 +01:00
financial feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
nats feat(01-01): implement core infrastructure — NATS, LibSQL, WebSocket hub, HTTP server 2026-03-01 03:42:42 +01:00
player feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
seating feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
server feat(01-03): implement PIN auth routes, JWT HS256 enforcement, and auth tests 2026-03-01 03:59:05 +01:00
store feat(01-02): implement migration runner with FTS5, seed data, and dev seed 2026-03-01 03:37:22 +01:00
template feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
tournament feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00