Skip to content

Commit

Permalink
2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 16, 2018
1 parent fa1a34f commit 215b86e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 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.11.0](#2110)
- [2.10.0](#2100)
- [2.9.x](#29x)
- [2.9.2](#292)
Expand Down Expand Up @@ -54,6 +55,15 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.11.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.10.0...v2.11.0)
- added optional support for draft02 of [Front-Channel Logout 1.0](http://openid.net/specs/openid-connect-frontchannel-1_0.html)
- enable with configuration `features.frontchannelLogout = true`;
- adds new client properties `frontchannel_logout_uri` and `frontchannel_logout_session_required`
- adds new discovery properties `frontchannel_logout_supported` and `frontchannel_logout_session_supported`
- added `frontchannelLogoutPendingSource` helper for customizing the pending frontchannel web page
HTML source

## 2.10.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.9.2...v2.10.0)
- added `audiences` helper function to allow for pushing additional audiences to issued ID Tokens,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"update-configuration",
"test"
],
"version": "2.10.0",
"version": "2.11.0",
"files": [
"lib"
],
Expand Down

0 comments on commit 215b86e

Please sign in to comment.