undrill-auth

Undrill Authentication node for protecting n8n workflows

Package Information

Released: 4/27/2025
Downloads: 7 weekly / 24 monthly
Latest Version: 1.0.10
Author: bastienratat

Documentation

Undrill n8n Auth Node

This is an n8n community node for protecting your Undrill workflows. It provides a license-based authentication system to ensure your workflows are only used by authorized clients.

Installation

Follow the installation guide in the n8n community nodes documentation.

How it Works

The node uses a combination of:

  • Client ID: A unique identifier for each client
  • License Key: A unique key generated for each workflow
  • Workflow ID: The unique identifier of the n8n workflow

These three components are used to validate that the workflow is being used by an authorized client.

Usage

  1. Add the "Undrill Auth" node at the beginning of your workflow
  2. Configure the node with your client ID
  3. The node will automatically validate the license and only allow the workflow to proceed if the license is valid

Credentials

The node requires the following credentials:

  • License Key: Your Undrill license key (provided by Undrill)

License

MIT

Discussion