Commit Graph

5 Commits

Author SHA1 Message Date
mihretue
c753009ed9 refactor(api): resolve the backend URL in one place
VITE_BASE_API_URL with a localhost:3001/api fallback was re-derived in six
files across libs/api, libs/auth, the portal and the backoffice — and a seventh
site (UserManagementPage) read the env raw with no fallback at all, handing the
IAM user-management app an undefined apiUrl whenever no .env was present.

BASE_API_URL in base-query-with-reauth.ts is now the single definition,
exported from @ema-platform/api; every other site imports it. Trims the env
value and treats blank as unset, matching how the backend reads its own keys.
2026-08-26 09:09:25 +00:00
estifanos
a76549b018 feat: migrate authentication storage to use js-cookie for improved token management 2026-07-22 09:51:00 +00:00
estifanos
75220e2b9a feat: update authentication storage to use cookies and improve token retrieval 2026-07-22 09:31:10 +00:00
mengstabketemaw
ba4cb63423 refactor(user-management): move CSS overrides into the component and update app metadata commit 2026-06-23 14:25:35 +03:00
mengstabketemaw
f876d57219 feat: change usermanagement from git submodule to componenet based 2026-06-23 11:10:35 +03:00