You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move auth middleware to only protect /api endpoints
- Public access for website, health, metrics, and simple provisioning
- API key required only for /api/tunnels management endpoints
- Prevents unauthorized listing of all active tunnels
- Maintains open access for creating tunnels via curl
0 commit comments