Authentication Infrastructure Modernization
Version: 1.14.1, Date: October 4, 2025
Authentication infrastructure has been modernized in this release. There is no visible change if you sign in and use EnginifyAI normally, but the platform now runs on a supported, actively maintained authentication stack instead of a deprecated one. Session handling is more reliable across the builder system, analysis tools, and library search. The rest of this post is grouped by app area.
Across the App
- Improved: Server-side authentication has been migrated from a deprecated library to its current, actively maintained replacement. This affects how sessions are created and validated across multiple areas of the platform, including the builder system, analysis tools, and library search. Cookie handling is more reliable and the platform stays compatible with future updates.
- Improved: The deprecated authentication package has been fully removed. All authentication flows now use the modern implementation, eliminating a potential source of compatibility issues down the road.
- Improved: Additional safety checks in authentication-related code paths reduce the chance of subtle bugs in session handling and improve the reliability of data flowing between the database and the application.

