Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 11, 2017
1 parent 8a724d8 commit f231e68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 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.3.0](#230)
- [2.2.x](#22x)
- [2.2.1](#221)
- [2.2.0](#220)
Expand Down Expand Up @@ -32,6 +33,14 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.3.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.2.1...v2.3.0)
- added `s_hash` support for ID Tokens returned by authorization endpoint
- added Request Object symmetrical encryption support
- fixed `claims` parameter handling when part of a Request object as an object
- removed bugged? and/or previously not working `A(128|192|256)GCMKW` symmetrical encryption algs
- removed support for discontinued OAuth 2.0 Mix-Up Mitigation (was experimental)

## 2.2.x
### 2.2.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.2.0...v2.2.1)
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.2.1",
"version": "2.3.0",
"files": [
"lib"
],
Expand Down

0 comments on commit f231e68

Please sign in to comment.