Apps
Apps are standalone. Switching apps changes the settings, keys, and app delivery email logs shown in the dashboard.
Standalone Apps
An app is one product using Own Auth Delivery. A developer account can own more than one app.
The app switcher decides which app is active. The settings page, delivery keys page, and app delivery email log view all use that selected app.
App Settings
| Setting | What It Controls |
|---|---|
| App name | The label shown in the dashboard app switcher. |
| Email from name | The name shown as the sender on managed auth emails. |
| Reply-to email | The address that receives replies to managed auth emails. |
| Allowed URLs | The HTTPS, local development, or app-scheme URLs that can receive auth redirects. |
| Daily send limit | The maximum emails this app can send per day. |
Allowed URLs
Allowed URLs protect magic-link and reset-link redirects. If a delivery request includes a URL outside the selected app's allowed list, the service rejects it.
- use full URL roots such as https://app.example.com or myapp://app
- use localhost or 127.0.0.1 only for local development
- do not add URLs that are not controlled by the app