Duplicate route registration in auth.ts — server will fail to start auth.ts has two nested route registrations for both GitHub and Google callbacks. The outer handler starts and contains the CSRF check,, a second app.get('/github/callback', ...) is registered. The same pattern repeats for Google

Duplicate route registration in auth.ts — server will fail to start auth.ts has two nested route registrations for both GitHub and Google callbacks. The outer handler starts and contains the CSRF check,, a second app.get('/github/callback', ...) is registered. The same pattern repeats for Google