Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 4, 2017
1 parent edf998f commit 76e4939
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 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.1.0](#210)
- [2.0.x](#20x)
- [2.0.1](#201)
- [2.0.0](#200)
Expand All @@ -28,6 +29,19 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.1.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.0.1...v2.1.0)
- added a third parameter for `findById` helper, when `findById` is used in relation to an access
token or an authorization code the token instance will be passed
- added `ctx.oidc.signed` with an array of parameter names which were received using a signed or
encrypted request/Uri parameter.
- `signed` array of strings is available in the short lived session for interactions
- added optional support for [OAuth 2.0 Mix-Up Mitigation - draft 01][https://tools.ietf.org/html/draft-ietf-oauth-mix-up-mitigation-01]
- added basic sequelize adapter example
- fixed a bug where client credential and refresh token adapter instances were used even if these
grants/tokens weren't enabled
- fixed a bug which allowed for non-enabled scopes to be added in client_credential grants

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

0 comments on commit 76e4939

Please sign in to comment.