File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments