Skip to content

Commit 9c6cfe2

Browse files
author
Thom Seddon
committed
v1.5.0
1 parent 018adbc commit 9c6cfe2

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
@@ -2,6 +2,10 @@
22

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

5+
### 1.5.0
6+
- Add support for non-expiring tokens (set accessTokenLifetime/refreshTokenLifetime = null)
7+
- Passthrough debug errors from custom generateToken
8+
59
### 1.4.1
610
- Allow access token in body when not POST (only deny GET)
711

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": "1.4.1",
4+
"version": "1.5.0",
55
"keywords": [
66
"oauth",
77
"oauth2"

0 commit comments

Comments
 (0)