fix: move forwardAuth endpoint to /api/theia-auth

NextAuth catches all /api/auth/* routes via [...nextauth] catch-all.
Move the Traefik forwardAuth endpoint to /api/theia-auth to avoid
the conflict. Traefik dynamic config updated to match.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-18 15:13:29 -08:00
parent 22bf34c4e0
commit 4e6fcbc566

View File

@@ -1,5 +1,5 @@
/**
* GET /api/auth/theia-check
* GET /api/theia-auth
*
* Traefik ForwardAuth endpoint for theia.vibnai.com.
*