Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom Seddon committed Jul 23, 2013
1 parent 018adbc commit 9c6cfe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is currently a backup, see: https://github.com/nightworld/node-oauth2-server/releases

### 1.5.0
- Add support for non-expiring tokens (set accessTokenLifetime/refreshTokenLifetime = null)
- Passthrough debug errors from custom generateToken

### 1.4.1
- Allow access token in body when not POST (only deny GET)

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": "node-oauth2-server",
"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js",
"version": "1.4.1",
"version": "1.5.0",
"keywords": [
"oauth",
"oauth2"
Expand Down

0 comments on commit 9c6cfe2

Please sign in to comment.