Enable the site login gate
enable_login_gateTurn on a passcode gate that requires visitors to enter a passcode to access the project's hosted site. This provides casual client-side access control.
Instructions
Turn on an optional passcode gate for the project's hosted site. NOTE: this is a soft client-side gate (the passcode ships in the page) — casual gating, NOT real authentication; real auth needs a hosting layer. Requires a passcode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Prompt shown to visitors. | |
| project | Yes | ||
| passcode | Yes | Passcode visitors must enter. |