What's new in EzyPlatform 1.0.4?
A summary of notable improvements and updates in this release.
- Unified authentication cookie naming for admin access tokensAuthentication cookies now use the shared admin
access-tokennames, aligning the login flow with common configuration settings. This ensures consistency across modules and simplifies token management in multi-platform environments. - Centralized admin token cleanup via shared user serviceAccess-token removal for admin users is now handled by the shared user service. Deleting a user’s tokens follows the same standardized logic applied across all platforms, improving maintainability and reducing duplicated cleanup logic.