Skip to content

Commit a5b43b1

Browse files
committed
4.2.2
1 parent b5657eb commit a5b43b1

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
@@ -33,6 +33,10 @@ Yay for [SemVer](http://semver.org/).
3333
<!-- /TOC -->
3434

3535
## 4.2.x
36+
### 4.2.2
37+
- 2018-07-13 [DIFF](https://github.com/panva/node-oidc-provider/compare/v4.2.1...v4.2.2)
38+
- fixed `expiresIn` sent to adapter#upsert when interaction session are saved using interactionFinished()
39+
3640
### 4.2.1
3741
- 2018-07-13 [DIFF](https://github.com/panva/node-oidc-provider/compare/v4.2.0...v4.2.1)
3842
- fixed form_post regression for response types including `token` from 4.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oidc-provider",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)