Skip to content

Commit

Permalink
2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 26, 2018
1 parent c717de8 commit 146136a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 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:2 link:true update:true -->
- [2.16.0](#2160)
- [2.15.0](#2150)
- [2.14.x](#214x)
- [2.13.x](#213x)
Expand All @@ -24,6 +25,13 @@ Yay for [SemVer](http://semver.org/).
- [^1.0.0](#100)

<!-- TOC END -->
## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 146136a

Please sign in to comment.