Skip to content

Commit eec7633

Browse files
author
Ciaran Jessup
committed
Tagging 0.10.1
1 parent a5f480c commit eec7633

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ describe('OAuth2',function(){
7878
7979
Change History
8080
==============
81+
* 0.10.1
82+
- OAuth1: Supports HMAC-256 signature hashing (Non standard, but common signature e.g. https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-oauth/) (Thank you Martino Massalini)
83+
- OAuth1/2: Adds devcontainer support for use in Vscode (Thanks PinyiSong)
8184
* 0.10.0
8285
- OAuth2: No longer allows repeated callbacks 'on error' to propagate to calling code (googleapi often did this apparently)
8386
* 0.9.15
@@ -191,3 +194,5 @@ Contributors (In no particular order)
191194
* AJ ONeal
192195
* Philip Skinner - https://github.com/PhilipSkinner
193196
* Tom Ciborski - https://ciborski.com/
197+
* Martino Massalini - https://github.com/massalinux
198+
* PinyiSong https://github.com/PinyiSong

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oauth",
33
"description": "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers.",
4-
"version": "0.10.0",
4+
"version": "0.10.1",
55
"directories": {
66
"lib": "./lib"
77
},

0 commit comments

Comments
 (0)