1.0.1 • Published 8 years ago

mead-plugin-signature-md5 v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

mead-plugin-signature-md5

npm versionBuild StatusCoverage StatusDependency status

Mead plugin that verifies signed URLs using MD5. Bundled with Mead as the default signature method.

Installation

# Bundled with mead by default, but if you're feeling frisky
npm install --save mead-plugin-signature-md5

Usage

Note: Bundled with Mead and enabled by default

Your mead configuration file (mead --config <path-to-config.js>)

module.exports = {
  // Load the plugin
  plugins: [
    require('mead-plugin-signature-md5')
  ]
}

License

MIT-licensed. See LICENSE.