Skip to content

v1.0.6: Fix Chromium Login in Iframes

Latest

Choose a tag to compare

@ITtest1 ITtest1 released this 16 Apr 04:21

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.