mead-plugin-signature-md5
v1.0.1
Published
Mead plugin that verifies signed URLs using MD5
Downloads
3
Maintainers
Readme
mead-plugin-signature-md5
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.