Provides client authentication for Bimedia REST services using the Architect plugin system. Current stable version is 2.1.0. It validates timestamps and signatures via a private key server, with configurable scheme (default BWS), header prefix, and timestamp validity. Supports both issuer and principal-based authentication. Release cadence is not documented; the package is narrowly scoped to the Bimedia ecosystem and has low community adoption.
npm install bimedia-rest-securityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures and starts an Architect application with the bimedia-rest-security plugin, using a private key server and default settings.
Use encodeURIComponent on the principal before passing it to the plugin.
Consider using an npm registry mirror or vendor the dependency.
Migrate to a different authentication solution that does not require architect.
npm install architect --save
Ensure config.js exports an array with an object containing packagePath and keypath.
Verify the path passed to architect.loadConfig and that config.js exists.