quest-vorteq/src/lib
Lorentz 3cd5b05c46 fix: bypass auth in dev mode and add mock session for development
Add DEV_MODE env var check to return mock admin session when auth is
unavailable, hostname-based middleware bypass for dev domain, and
window.location.href for login redirect to ensure cookies are sent.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:18:48 +00:00
..
auth-client.ts feat: implement custom login system to replace Better Auth 2026-02-16 12:55:57 +00:00
auth.ts feat: implement custom login system to replace Better Auth 2026-02-16 12:55:57 +00:00
db.ts feat(F-001): scaffold Next.js 15 project with TypeScript and Tailwind 2026-02-16 00:04:44 +00:00
epicor.ts feat(F-008,F-009,F-010): complete Phase 1 foundation with middleware, navigation, and migrations 2026-02-16 11:07:44 +00:00
permissions.ts fix: bypass auth in dev mode and add mock session for development 2026-02-16 15:18:48 +00:00
session.ts feat(F-008,F-009,F-010): complete Phase 1 foundation with middleware, navigation, and migrations 2026-02-16 11:07:44 +00:00
utils.ts feat(F-001): scaffold Next.js 15 project with TypeScript and Tailwind 2026-02-16 00:04:44 +00:00