Courier — notification infrastructure
courier/notifications · version 1
envs add courier/notifications
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
COURIER_AUTH_TOKEN |
required | secret | Courier says always to keep API keys secure and not to call the token-issuing API from client-side code. The browser instead receives a short-lived JWT your server issues, so there is no public key here to look for.. where to get it |