- Notifications
You must be signed in to change notification settings - Fork71
Releases: bettiolo/oauth-signature-js
Releases · bettiolo/oauth-signature-js
Bumped uri-js to latest
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Address security issues with dependency
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Improved parameter handling for non string values. By @okcoker
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Fixed Parameter name handling and RFC 5849 tests
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
This release:
- fixes the encoding and sorting of parameter names
- tests examples inside the RFC 5849 plus subsequente Errata ID 2550
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Aligned package.json, bower.json and tag version
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
No functionality changes
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Optional non encoding of generated signature
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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});
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.3: Merge pull request #7 from jmendiara/feature/bower
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
ADD bower support
Assets2
Uh oh!
There was an error while loading.Please reload this page.