Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jan 15, 2018
1 parent fc38c24 commit 86d613c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 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:3 link:true update:true -->
- [2.10.0](#2100)
- [2.9.x](#29x)
- [2.9.2](#292)
- [2.9.1](#291)
Expand Down Expand Up @@ -53,6 +54,12 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.10.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.9.2...v2.10.0)
- added `audiences` helper function to allow for pushing additional audiences to issued ID Tokens,
this will additionally push an `azp` claim with the `client_id` value as per Core 1.0 spec defined
ID Token validations.

## 2.9.x
### 2.9.2
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.9.1...v2.9.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"update-configuration",
"test"
],
"version": "2.9.2",
"version": "2.10.0",
"files": [
"lib"
],
Expand Down

0 comments on commit 86d613c

Please sign in to comment.