From 215b86e1ec516c349da42c7efee8685b0f804c92 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Tue, 16 Jan 2018 21:18:53 +0100 Subject: [PATCH] 2.11.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 798959a4f..08cc13675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/). **Table of Contents** + - [2.11.0](#2110) - [2.10.0](#2100) - [2.9.x](#29x) - [2.9.2](#292) @@ -54,6 +55,15 @@ Yay for [SemVer](http://semver.org/). +## 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, diff --git a/package.json b/package.json index 300390bf0..b13623e3f 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "update-configuration", "test" ], - "version": "2.10.0", + "version": "2.11.0", "files": [ "lib" ],