Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed May 10, 2018
1 parent c95a40d commit f7be18d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Yay for [SemVer](http://semver.org/).
**Table of Contents**

<!-- TOC START min:2 max:2 link:true update:true -->
- [3.0.0](#300)
- [2.18.0](#2180)
- [3.0.x](#30x)
- [2.18.x](#218x)
- [2.17.0](#2170)
- [2.16.0](#2160)
- [2.15.0](#2150)
Expand All @@ -28,7 +28,12 @@ Yay for [SemVer](http://semver.org/).
- [^1.0.0](#100)

<!-- TOC END -->
## 3.0.0
## 3.0.x
### 3.0.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v3.0.0...v3.0.1)
- dependency tree updates

### 3.0.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.18.0...v3.0.0)
- fixed `client_secret_basic` requiring the username and password tokens to be `x-www-form-urlencoded`
according to https://tools.ietf.org/html/rfc6749#section-2.3.1
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": "3.0.0",
"version": "3.0.1",
"description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.",
"keywords": [
"auth",
Expand Down

0 comments on commit f7be18d

Please sign in to comment.