Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 49e1748

Browse files
committed
2.2.2
1 parent 69fecb6 commit 49e1748

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 2.2.2
4+
5+
- Fix bug when client has multiple redirect_uri's (#84)
6+
37
### 2.2.1
48

59
- Fix node 0.8.x (well npm 1.2.x) support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-oauth2-server",
33
"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"keywords": [
66
"oauth",
77
"oauth2"

0 commit comments

Comments
 (0)