Skip to content

Commit 146136a

Browse files
committed
2.16.0
1 parent c717de8 commit 146136a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/).
55
**Table of Contents**
66

77
<!-- TOC START min:2 max:2 link:true update:true -->
8+
- [2.16.0](#2160)
89
- [2.15.0](#2150)
910
- [2.14.x](#214x)
1011
- [2.13.x](#213x)
@@ -24,6 +25,13 @@ Yay for [SemVer](http://semver.org/).
2425
- [^1.0.0](#100)
2526

2627
<!-- TOC END -->
28+
## 2.16.0
29+
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.15.0...v2.16.0)
30+
- supported PKCE code challenge methods are now configurable, use to i.e. disable `plain` for
31+
stricter OIDC profiles and new deployments where legacy clients without `S256` support aren't
32+
to be expected.
33+
- added configuration validations for subjectTypes and pkce supportedMethods
34+
2735
## 2.15.0
2836
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.14.1...v2.15.0)
2937
- add `provider.use((ctx, next) => {})` middleware support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oidc-provider",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)