You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.11.2] - 2025-11-14
✨ New Features
@cartridge/keychain: Implemented encrypted localStorage snapshot for Storage Access API using split-key encryption architecture, eliminating Cookie Store API dependency and enabling secure state transfer across third-party iframe boundaries (#2239)
🚀 Improvements
@cartridge/keychain: Enhanced iOS popup reliability with retry logic, exponential backoff, and stability checks for improved authentication flow on iOS devices (#2244)
@cartridge/keychain: Updated booster pack claim flow with improved component structure and better user experience (#2240)
@cartridge/keychain: Enhanced debug logging with comprehensive Turnkey authentication logs for better troubleshooting (#2241)
🐛 Bug Fixes
@cartridge/keychain: Fixed popup error handling by preventing thrown errors on blocked popups, maintaining original flow behavior for mobile compatibility (#2243)
@cartridge/keychain: Reverted popup error logging to address reliability issues and maintain stable authentication flows (#2242, #2238)