Password-Protect a Tile
Add a simple password gate in front of a Tile for client previews or private docs.
Some sites you want public-but-private — a client preview, an unfinished portfolio, internal documentation. Tiles let you put a password gate in front of any Tile without writing auth code.
Enable
- Tile detail → Settings → Password Protection.
- Set a password. The platform stores a bcrypt hash, never the plaintext.
- Save. Visitors now see a password prompt before reaching your content.
How it behaves
- A correct password sets a session cookie scoped to the Tile.
- The cookie persists for the browser session — closing the tab logs out.
- Search engines and link previews cannot bypass the gate.