Magic — passwordless auth
magic/auth · version 1
envs add magic/auth
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 |
|---|---|---|---|
MAGIC_PUBLISHABLE_KEY |
required | config | Publishable key for the browser SDK.. Shape ^pk_live_[A-Za-z0-9]{10,}$. where to get it |
MAGIC_SECRET_KEY |
required | secret | Server-side key that validates tokens.. Shape ^sk_live_[A-Za-z0-9]{10,}$. where to get it |