Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 5, 2017
1 parent 45f64de commit 75320c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/).
**Table of Contents**

<!-- TOC START min:2 max:3 link:true update:true -->
- [2.4.0](#240)
- [2.3.x](#23x)
- [2.3.2](#232)
- [2.3.1](#231)
Expand Down Expand Up @@ -36,6 +37,16 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.4.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.3.2...v2.4.0)
- added BaseToken public API, this API enables advanced users in search of features such as JWT-formatted
Bearer tokens or not being able to reconstruct client token values from a DB backup to overload
these methods and get those features.
- fixed keystore initialize method to allow for servers only supporting authorization flow not needing
RS256 signature key
- fixed token introspection disclosing details for expired but found tokens
- fixed exception during token introspection auth `none` clients looking up non-existing tokens

## 2.3.x
### 2.3.2
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.3.1...v2.3.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"lint-fix": "eslint lib example test --fix",
"heroku-postbuild": "npm install mongodb"
},
"version": "2.3.2",
"version": "2.4.0",
"files": [
"lib"
],
Expand Down

0 comments on commit 75320c7

Please sign in to comment.