mead-plugin-signature-md5

1.0.1 • Public • Published

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.

/mead-plugin-signature-md5/

    Package Sidebar

    Install

    npm i mead-plugin-signature-md5

    Weekly Downloads

    5

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • rexxars