Migrating to Strapi v5.24.0
Version v5.24.0 introduces 1 breaking change. This guide details how to update your code.
Released: 9/24/2025
1
Breaking Changes
2
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Admin Panel JWT implementationUsers and Permissions JWT configurationBreaking Changes
●Issue #1
The internal implementation of Admin Panel login and register JWTs has fundamentally changed. Projects or plugins relying on undocumented or internal JWT behavior are very likely to break, potentially preventing Admin Panel login.
Migration Steps
- 1Review the new JWT management modes documentation for Users and Permissions if you customized login/registration flows.
- 2Review the new JWT management configuration documentation for the Admin Panel if you customized Admin login behavior.
Release Summary
Version 5.24.0 introduces Advanced Session Configuration and fixes a database corruption bug, but it fundamentally changes Admin Panel JWT handling, leading to a deprecation advisory recommending a rollback to 5.23.6.
Need More Details?
View the full release notes and all changes for Strapi v5.24.0.
View Full Changelog