diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec448067..61a07a72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/). **Table of Contents** + - [2.16.0](#2160) - [2.15.0](#2150) - [2.14.x](#214x) - [2.13.x](#213x) @@ -24,6 +25,13 @@ Yay for [SemVer](http://semver.org/). - [^1.0.0](#100) +## 2.16.0 +- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.15.0...v2.16.0) +- supported PKCE code challenge methods are now configurable, use to i.e. disable `plain` for + stricter OIDC profiles and new deployments where legacy clients without `S256` support aren't + to be expected. +- added configuration validations for subjectTypes and pkce supportedMethods + ## 2.15.0 - [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.14.1...v2.15.0) - add `provider.use((ctx, next) => {})` middleware support diff --git a/package.json b/package.json index 4fbe77bf5..7c327ea49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-provider", - "version": "2.15.0", + "version": "2.16.0", "description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.", "keywords": [ "auth",