Manage Glide app access, privacy, authentication, and publishing. Use when configuring who can access an app, setting up sign-in methods, publishing apps, inviting users, or configuring Row Owners for data security.
View on GitHubSelect agents to install to:
npx add-skill https://github.com/glideapps/glide-code/blob/main/glide/skills/app-sharing/SKILL.md -a claude-code --skill app-sharingInstallation paths:
.claude/skills/app-sharing/# Glide App Sharing
## Accessing Access Settings
1. Go to **Settings** tab (top navigation)
2. Click **Access** in the settings menu
3. URL: `go.glideapps.com/app/{appId}/settings/privacy`
## Privacy Modes
### Private App
- **Only users you choose can access**
- Users must be in the Users table or meet specific criteria
- Best for: Internal tools, member-only apps
### Public App
- **Anyone with link can access**
- No sign-in required (optional sign-in available)
- Best for: Public directories, info apps
## User Access Options
When app is Private, choose who can sign in:
| Option | Description |
|--------|-------------|
| **Users table** | Only users in the Users table can sign in |
| **Team members** | Members of your Glide team can sign in |
| **Allowed email domains** | Users with specific email domains (e.g., @company.com) |
| **All emails in table** | Any email found in a specified table column |
### Users Table Access
- Select which table serves as the Users table
- Users with emails in that table can sign in
- Common for: Employee apps, member portals
### Team Access
- All members of your Glide team can sign in
- No need to add them to a table
- Common for: Internal team tools
### Domain-Based Access
- Allow anyone with email from specific domains
- Example: Allow all @acme.com emails
- Common for: Company-wide apps
## Authentication Methods
Configure how users prove their identity:
| Method | Description | Setup |
|--------|-------------|-------|
| **Pin emails from Glide** | Glide sends PIN code via email | Default, no setup |
| **Magic link** | One-click sign-in link in email | Enable checkbox |
| **Sign in with Google** | OAuth via Google account | Automatic |
| **Single sign-on (SSO)** | Enterprise SSO integration | Enterprise plan |
| **Pin texts from Twilio** | SMS PIN codes | Connect Twilio |
| **Pin emails from Gmail** | Send from your Gmail | Connect Gmail |
| **Pin emails from Microsoft** | Send from Microsoft account | Connect Microso