webhooker/internal
clawbot 7d13c9da17 feat: add auth middleware for protected routes
Add RequireAuth middleware that checks for a valid session and
redirects unauthenticated users to /pages/login. Applied to all
/sources and /source/{sourceID} routes. The middleware uses the
existing session package for authentication checks.

closes #9
2026-03-01 16:01:44 -08:00
..
config refactor: simplify config to prefer env vars 2026-03-01 16:01:44 -08:00
database refactor: rename Processor to Webhook and Webhook to Entrypoint 2026-03-01 16:01:44 -08:00
globals initial 2026-03-01 22:52:08 +07:00
handlers refactor: use go:embed for templates 2026-03-01 16:01:44 -08:00
healthcheck feat: bring repo up to REPO_POLICIES standards (#6) 2026-03-01 19:01:44 +01:00
logger refactor: use slog.LevelVar for dynamic log levels 2026-03-01 16:01:44 -08:00
middleware feat: add auth middleware for protected routes 2026-03-01 16:01:44 -08:00
server feat: add auth middleware for protected routes 2026-03-01 16:01:44 -08:00
session feat: bring repo up to REPO_POLICIES standards (#6) 2026-03-01 19:01:44 +01:00