The Actions templates are also available at: https://github.com/auth0/opensource-marketplace.
Best Practices
Action Templates are designed for educational purposes only.These templates consist of incomplete code snippets, and should not be used in a production environment under any circumstances. Developers are responsible for securely developing and completing the Action Template before deploying to a production environment.
- Ensure that the templates are custom for your specific environment. As the code is incomplete, you must personalize and complete the samples before importing them into a production environment.
- Do not deploy a template without editing and completing it beforehand.
- Actions Templates often contain tags in the comments, which should not be modified or deleted.
- Always use the latest version of any
npm
package. - Actions Templates target the latest Node.js versions by default. After creating a template, you can modify it to support additional Node.js version(s) as necessary.