envs

Auth0 — an application's credentials

auth0/app · version 1

envs add auth0/app

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
AUTH0_DOMAIN required config Your tenant's domain, such as example.us.auth0.com.. where to get it
AUTH0_CLIENT_ID required config Auth0 states the client id is public information.. where to get it
AUTH0_CLIENT_SECRET required secret Auth0 says this must be kept confidential. Rotating it accepts either value for up to thirty seconds.. Rotate every 180 days. where to get it
AUTH0_SECRET required secret Encrypts the session cookie, not an Auth0 credential. Thirty-two bytes hex, from openssl rand -hex 32.. Shape ^[0-9a-f]{64}$. where to get it
APP_BASE_URL optional config Your application's own public URL.. where to get it

The JSON the CLI reads