Released 2026-06-28. Fixes for sites served on your own domain, end-user sign-in, and data sheets with password columns.
Fixed
- End-user sign-in works on custom domains and subdomains. On a site served from your own domain (or a subdomain), signing in could loop straight back to the login page because the session wasn't kept. Sign-in now holds the session correctly across pages.
- White-label sites stay unbranded. Sites on a custom domain or subdomain no longer show FlowFn's cookie banner, analytics, or FlowFn branding in the browser tab title, social-share previews, or the error page — the site is fully your own.
- Saving a data sheet with secured columns. Editing a sheet that has a hashed or encrypted column (such as a password) — including adding a new column — no longer fails to save. Existing secured values are preserved untouched (they are only ever set from your server code).
- Clearer end-user auth settings. In a playground's End-user auth settings, the user table, column, page and session fields now stay disabled until you turn on Enable end-user login, so it's clear they only take effect once sign-in is on.