SuperTokens — self-hosted core
supertokens/core · version 1
envs add supertokens/core
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 |
|---|---|---|---|
API_KEYS |
optional | secret | The name the core itself reads, plural because it accepts more than one. There is none by default, which SuperTokens says is only safe on a private network: any caller that reaches the core can perform administrative operations on your users' data.. where to get it |
SUPERTOKENS_CONNECTION_URI |
required | config | Where your core runs. An address. This name is convention; SuperTokens documents it as a backend SDK config field rather than a variable.. where to get it |