candle-annotator/src
Marko Djordjevic 33ed7b7cb7 Fix auth redirect to 0.0.0.0 and credentials sign-in error
- Add AUTH_URL env var to docker-compose.yml and .env/.env.example so
  NextAuth builds correct redirect URLs instead of falling back to the
  Docker bind address (0.0.0.0:3000)
- Normalize email to lowercase in authorize() to match how the register
  route stores emails, preventing case-sensitive lookup mismatches

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 23:42:24 +01:00
..
app Add favicon from RealFaviconGenerator 2026-02-20 23:07:10 +01:00
components Redirect to home page on sign out instead of login page 2026-02-20 22:30:38 +01:00
lib Migrate middleware.ts to proxy.ts for Next.js 16 and fix build errors 2026-02-20 21:52:38 +01:00
plugins fix: resolve TypeScript narrowing errors and renamed lightweight-charts exports 2026-02-16 16:05:54 +01:00
types task 9.6: create src/types/index.ts barrel file re-exporting all types 2026-02-18 15:45:58 +01:00
auth.ts Fix auth redirect to 0.0.0.0 and credentials sign-in error 2026-02-20 23:42:24 +01:00
proxy.ts Migrate middleware.ts to proxy.ts for Next.js 16 and fix build errors 2026-02-20 21:52:38 +01:00