0.3.1 • Published 11 years ago

ofuda v0.3.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

ofuda

HMAC authentication module for NodeJS.

Build Status

Getting Started

Install the module with: npm install ofuda

var ofuda = require('ofuda');

ofuda.signRequest(request, key, secret); // appends a sha-hmac signature to the request

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 Mark Wolfe
Licensed under the MIT license.

0.3.1

11 years ago

0.3.0

11 years ago

0.2.3

11 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago