elding login browser flow in production. Provide the token and set through
two environment variables. The SDK reads them automatically, so your code does not
change.
Keep these exact names. The SDK detects them automatically, with no options required for
configure(), secret(), or client(). The same code works in development and production.An HTTP API key with configure()
Use exactly the same code as in development:
A secret with secret()
Multiple secrets with client()
Where to find the two values
| Variable | Where to find it |
|---|---|
ELDING_REFRESH_TOKEN | Dashboard → API Keys → New key. It is displayed only once. |
ELDING_SET_ID | Open the set in the dashboard. Its ID appears in the URL. |
Your secrets remain in the vault and are retrieved at runtime through one token.
Rotation, revocation, and audit logs remain centralized.