Project structure
Workflows
Kinde provides a helpful infrastructure package that simplifies the process of creating workflows. This package includes a set of methods and examples to help you build your workflows effectively.
It is built in TypeScript and is designed to be used in your workflow files. The package is available as an NPM package, which you can install in your project.
To install the Kinde infrastructure package, run the following command:
# npmnpm i @kinde/infrastructure
You can find the source code on GitHub. The repository includes a README file that provides a guide to creating the code that powers your workflows.