Skip to contentSkip to navigation

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

SettingWhat It Controls
App nameThe label shown in the dashboard app switcher.
Email from nameThe name shown as the sender on managed auth emails.
Reply-to emailThe address that receives replies to managed auth emails.
Allowed URLsThe HTTPS, local development, or app-scheme URLs that can receive auth redirects.
Daily send limitThe 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
Apps — Own Auth Docs