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
refactor(auth): migrate /api/repos routes to unified auth
- GET /api/repos now uses require_auth + AuthContext
- POST /api/repos now uses require_auth + AuthContext
- Supports both JWT and API key authentication
Part of #12
0 commit comments