auth0-typescript
A minimal Auth0 TypeScript Pulumi program
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new auth0-typescriptConfiguration
The template prompts for these values duringpulumi new; adjust them any time with pulumi config set.| Key | Description | Default |
|---|---|---|
| auth0:clientIdsecret | The Auth0 client ID | — |
| auth0:clientSecretsecret | The Auth0 client secret | — |
| auth0:domain | The Auth0 domain | — |