auth-redirect is a Seneca internal module for handling authentication redirects. Version 0.0.4 is the latest stable release. It is designed to be used internally by seneca-auth and is not intended for direct use. Release cadence is low; it is a minor utility within the Seneca ecosystem. Key differentiator: it is a plugin that is automatically loaded by seneca-auth, removing the need for manual setup.
Verified import paths — ran on the pinned version, not inferred.
ESM import; its a named export. Only used internally by seneca-auth.
Default import available; typically not used directly by consumer code.
CommonJS pattern: plugin loaded via use() in Seneca. Not typically done manually.
Initializes Seneca and loads auth-redirect plugin (though normally loaded automatically by seneca-auth).
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.