File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Yay for [SemVer](http://semver.org/).
55** Table of Contents**
66
77<!-- TOC START min:2 max:2 link:true update:true -->
8- - [ 3.0.0 ] ( #300 )
9- - [ 2.18.0 ] ( #2180 )
8+ - [ 3.0.x ] ( #30x )
9+ - [ 2.18.x ] ( #218x )
1010- [ 2.17.0] ( #2170 )
1111- [ 2.16.0] ( #2160 )
1212- [ 2.15.0] ( #2150 )
@@ -28,7 +28,12 @@ Yay for [SemVer](http://semver.org/).
2828- [ ^ 1.0.0 ] (#100 )
2929
3030<!-- TOC END -->
31- ## 3.0.0
31+ ## 3.0.x
32+ ### 3.0.1
33+ - [ DIFF] ( https://github.com/panva/node-oidc-provider/compare/v3.0.0...v3.0.1 )
34+ - dependency tree updates
35+
36+ ### 3.0.0
3237- [ DIFF] ( https://github.com/panva/node-oidc-provider/compare/v2.18.0...v3.0.0 )
3338- fixed ` client_secret_basic ` requiring the username and password tokens to be ` x-www-form-urlencoded `
3439 according to https://tools.ietf.org/html/rfc6749#section-2.3.1
Original file line number Diff line number Diff line change 11{
22 "name" : " oidc-provider" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
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