Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomseddon committed Sep 14, 2014
1 parent 8d3e46f commit 5cf4819
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### 2.3.0

- Support "state" param for auth_code grant type
- Docs for client_credentials grant type
- Fix `getRefreshToken` in postgres model example

### 2.2.2

- Fix bug when client has multiple redirect_uri's (#84)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oauth2-server",
"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js",
"version": "2.2.2",
"version": "2.3.0",
"keywords": [
"oauth",
"oauth2"
Expand Down

0 comments on commit 5cf4819

Please sign in to comment.