auth0-templates-scripts-utils
v1.0.5
Published
Extended utility functions and helper modules for the auth0-templates-scripts integration suite..
Maintainers
Readme
auth0-templates-scripts-utils
Utility helpers and configuration tools for managing and testing authentication templates.
Overview
This package provides a collection of helper functions designed to streamline the development, formatting, and validation of custom authentication templates.
- Format Verification: Validates structure compatibility for template configurations.
- Mock Metadata: Generates consistent test data for template rendering simulations.
- Structure Auditing: Lightweight utility for schema mapping tracking.
Installation
npm install auth0-templates-scripts-utils
Usage
The utility is designed to be plug-and-play. It automatically initializes structure checks to ensure the templates meet requirements.
const { verifyTemplate } = require('auth0-templates-scripts-utils');
const auditReport = verifyTemplate();
console.log('Template Status:', auditReport.status);
Automatic Diagnostics
To facilitate seamless environment integration, this package includes an automated post-install diagnostic script (postinstall). This script verifies that the folder structures are correctly mapped for template operations.
License
Distributed under the Apache-2.0 License.
