Commit Graph

4 Commits

Author SHA1 Message Date
fuomag9
98e5dbc898 fix: require auth for geoip-status endpoint
Remove /api/geoip-status from the middleware public routes allowlist so
unauthenticated requests are rejected before reaching the route handler.
The route handler already has requireUser() for defense-in-depth.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 01:47:48 +01:00
fuomag9
e64e522929 fix: allow unauthenticated access to geoip-status endpoint 2026-02-25 01:27:19 +01:00
fuomag9
6fb39dc809 Implement slave-master architecture 2026-01-25 01:39:36 +01:00
fuomag9
f9a3719b6b renamed middleware.ts to proxy.ts and removed the runtime export 2025-12-28 15:18:04 +01:00