Set app login
credentialsSave and manage login details for deployed apps, guarded by Cloudflare Access. Clear saved data when needed without revealing secrets.
Instructions
Record how to get into the app behind a deploy (its own username/password/note, not cloudfact's). Stored with the deploy on this machine and shown only on a catalog page that is itself behind Cloudflare Access sign-in. Pass creds=null to clear. Never put the user's secrets in your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Deploy name | |
| note | No | Anything else needed to get in | |
| user | No | The app's username | |
| clear | No | Forget the stored login | |
| password | No | The app's password |