Skip to contentSkip to navigation

Delivery Keys

Delivery keys let one app send email through Own Auth Delivery.

How Keys Work

A delivery key belongs to one app. Your backend sends it as a bearer token when Own Auth asks the delivery service to send an email.

bash
OWN_AUTH_EMAIL_DELIVERY_KEY=oad_live_...

Own Auth Delivery stores only a hash and a safe prefix. It cannot show the raw key again after creation.

Rotate Or Revoke

  • rotate a key when you want a fresh secret
  • revoke a key when it should stop working
  • update the app backend with the new raw key after rotation
  • old raw keys are never shown again
Delivery Keys — Own Auth Docs