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.
npm install auth-redirectVerified import paths — ran on the pinned version, not inferred.
Initializes Seneca and loads auth-redirect plugin (though normally loaded automatically by seneca-auth).
Use seneca-auth instead, which automatically includes auth-redirect.
Consider migrating to Seneca v3+ and using seneca-auth.
Pin to exact version if using directly.
npm install auth-redirect and then require it or let seneca-auth load it.
Ensure auth-redirect is installed and registered via seneca.use('auth-redirect').