mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 13:06:42 +02:00
Replace 900+ lines of custom auth implementation (authService, tokenManager, deviceManager, safeStorage) with ~280 lines wrapping @manacore/shared-auth. Auth now goes through mana-core-auth directly instead of manadeck backend. Backward-compatible API: all consumers (stores, apiClient, hooks) work without changes thanks to wrapper maintaining the same export interface. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apiClient.ts | ||
| authService.ts | ||
| creditService.ts | ||
| tokenManager.ts | ||