1.0.9 • Published 6 years ago

params-sign v1.0.9

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago