What's new in EzyPlatform 1.0.4?

A summary of notable improvements and updates in this release.
  1. Unified authentication cookie naming for admin access tokens
    Authentication cookies now use the shared admin access-token names, aligning the login flow with common configuration settings. This ensures consistency across modules and simplifies token management in multi-platform environments.
  2. Centralized admin token cleanup via shared user service
    Access-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.