mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 20:19:39 +02:00
Align all 20 web app auth stores to a consistent pattern: - Use DEV_* constants with import.meta.env.DEV guard (no localhost leak in prod) - Pass backendUrl to initializeWebAuth for automatic 401 token refresh - Add redirectTo to forgotPassword for correct post-reset redirect Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||