2026-06-03 - Session and User Handling Moved to Shared Repository¶
Release¶
AgileData.io - One Source of Truth: Session Logic Centralised in agiledata-shared
Session management and user handling code has been moved from the main AgileData frontend into the shared AgileData repository (agiledata-shared). This is an internal architectural change that consolidates how session state and user identity are managed across the platform.
By centralising this logic in a shared package, all AgileData applications can rely on the same consistent session and user handling behaviour. This reduces duplication, makes it easier to apply security improvements uniformly, and provides a single place to update session logic when requirements change.
What’s New:
Session and user handling code extracted into the agiledata-shared repository
Frontend now consumes session/user logic from the shared package
What this means for you:
More consistent session behaviour across all parts of the platform
Faster rollout of session improvements and security updates across all applications
Last Refreshed¶
Doc Refreshed: 2026-06-03