Changes in v1.0.6
- Bug Fix: Resolved an issue where Chromium-based browsers (Chrome, Edge, etc.) could not log in when the app was embedded in an iframe (e.g., Hugging Face Space).
- Technical Detail: Configured SESSION_COOKIE_SAMESITE='None' and SESSION_COOKIE_SECURE=True to allow cross-site cookie handling in compliant browsers.