Skip to content

Releases: bettiolo/oauth-signature-js

Bumped uri-js to latest

07 Dec 15:41
Compare
Choose a tag to compare

Address security issues with dependency

Improved parameter handling for non string values. By @okcoker

07 Dec 15:40
Compare
Choose a tag to compare

Thanks @okcoker for improving parameter values for non string parameters.

See: #39

Fixed Parameter name handling and RFC 5849 tests

03 Dec 13:04
Compare
Choose a tag to compare

This release:

  • fixes the encoding and sorting of parameter names
  • tests examples inside the RFC 5849 plus subsequente Errata ID 2550

Aligned package.json, bower.json and tag version

01 Oct 10:35
Compare
Choose a tag to compare

Optional non encoding of generated signature

16 Sep 14:32
Compare
Choose a tag to compare

The following is an example foor encoded or non encoded signature generation:

encodedSignature = oauthSignature.generate(httpMethod, url, parameters, consumerSecret, tokenSecret),
nonEncodedSignature = oauthSignature.generate(httpMethod, url, parameters, consumerSecret, tokenSecret,
    { encodeSignature: false });

1.1.3: Merge pull request #7 from jmendiara/feature/bower

16 Sep 11:44
Compare
Choose a tag to compare