Skip to content

Commit aa0a61b

Browse files
committed
2.15.0
1 parent 2b483c5 commit aa0a61b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 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.15.0](#2150)
89
- [2.14.x](#214x)
910
- [2.13.x](#213x)
1011
- [2.12.0](#2120)
@@ -23,6 +24,14 @@ Yay for [SemVer](http://semver.org/).
2324
- [^1.0.0](#100)
2425

2526
<!-- TOC END -->
27+
## 2.15.0
28+
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.14.1...v2.15.0)
29+
- add `provider.use((ctx, next) => {})` middleware support
30+
- add `provider.listen(port_or_socket)`
31+
- add attribute delegates `proxy`, `keys`, `env`, `subdomainOffset` from provider to the underlying
32+
koa app
33+
- updated docs
34+
2635
## 2.14.x
2736
### 2.14.1
2837
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.14.0...v2.14.1)

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.14.1",
3+
"version": "2.15.0",
44
"description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)