An authentication plugin for AdonisJS 5 that integrates with the Webledger auth service. Current version is 2.0.7, with no active release cadence. It provides a simple login plugin that extends the AdonisJS authentication system. Differentiates by being purpose-built for the Webledger ecosystem, offering easy configuration via `node ace configure`. Requires AdonisJS core 5.7.6 or higher.
npm install webledger-auth-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and configure the plugin in AdonisJS 5.
Ensure your project uses @adonisjs/core ^5.7.6.
Run `node ace configure webledger-auth-plugin` in your project root.
Set WEBLEDGER_SECRET in your .env file.
Run `npm install webledger-auth-plugin` or `npm link webledger-auth-plugin`.
Ensure @adonisjs/ace is installed and run `node ace configure` from the project root.
Use import path `webledger-auth-plugin/config` without extension.