1.0.9 • Published 7 years ago

params-sign v1.0.9

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
7 years ago

Installation

You can use this package on the server side as well as the client side.

Node.js:

yarn add params-sign

Usage

  * `data` -- `Object`
  * `secret` -- `String`
  * `options` -- `Object`
  * `options.ignoreKeys` -- `Object`
  * returns `String`
sign(data, secret, options)
~~~

~~~ javascript
checkSign(data, secret, signature, options)
~~~

  * `message` -- `String` or `Buffer`
  * returns `String`
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago