| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-01 | 889 Bytes | |
| v1.8.0-beta.2 source code.tar.gz | 2026-04-01 | 1.9 MB | |
| v1.8.0-beta.2 source code.zip | 2026-04-01 | 2.1 MB | |
| Totals: 3 Items | 4.0 MB | 0 | |
Learn more about the new features at: https://github.com/dataelement/Clawith/releases/tag/v1.8.0-beta
š Bug Fixes
- SSO: Fixed 500 error (
UnboundLocalError) when a new user scans to login via Feishu for the first time. - SSO: Fixed SSO polling endpoint failing to redirect due to a
MissingGreenletexception during async lazy loading. - SSO: Removed the brief
No SSO providersUI flash during SSO callback processing. - App Context: Fixed cross-session state corruption during Take Control cookie export and injection.
- App Context: Added a leading dot to cookie domains for better subdomain matching.
- Take Control: Relaxed the required agent lock permission from
managetouse.
š¦ Configuration
- Added
PUBLIC_BASE_URLandPASSWORD_RESET_TOKEN_EXPIRE_MINUTESenvironment variable configurations todocker-compose.yml.