File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v1.3.2] ( https://github.com/auth0/passport-auth0/tree/v1.3.1 ) (2020-02.03)
4+ [ Full Changelog] ( https://github.com/auth0/passport-auth0/compare/v1.3.1...v1.3.2 )
5+
6+ ** Closed issues**
7+ - 1.2.1 -> 1.3.1 upgrade causes "Cannot read property 'scope' of undefined" [ \# 107] ( https://github.com/auth0/passport-auth0/issues/107 )
8+ - TypeError: Cannot read property 'authParams' of undefined [ \# 106] ( https://github.com/auth0/passport-auth0/issues/106 )
9+ - Cannot read property 'split' of undefined in Profile.js with GSuite login [ \# 105] ( https://github.com/auth0/passport-auth0/issues/105 )
10+
11+ ** Fixed**
12+ - Remove ID token ` iat ` value check [ \# 109] ( https://github.com/auth0/passport-auth0/pull/114 ) ([ joshcanhelp] ( https://github.com/joshcanhelp ) )
13+ - Fix missing ID causing cannot read error [ \# 109] ( https://github.com/auth0/passport-auth0/pull/109 ) ([ joshcanhelp] ( https://github.com/joshcanhelp ) )
14+ - Guard against undefined parameter access [ \# 108] ( https://github.com/auth0/passport-auth0/pull/108 ) ([ pihvi] ( https://github.com/pihvi ) )
15+
316## [ v1.3.1] ( https://github.com/auth0/passport-auth0/tree/v1.3.1 ) (2019-12-06)
417[ Full Changelog] ( https://github.com/auth0/passport-auth0/compare/v1.3.0...v1.3.1 )
518
Original file line number Diff line number Diff line change 11{
22 "name" : " passport-auth0" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " Auth0 platform authentication strategy for Passport.js" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments