Skip to content

Releases: auth0/passport-auth0

v1.4.5

30 Oct 12:11
0f2ee56

Choose a tag to compare

Security

v1.4.4

30 Oct 12:23
5172b06

Choose a tag to compare

Security

v1.4.3

17 Aug 07:44
c42fe8d

Choose a tag to compare

Fixed

v1.4.2

19 Jan 13:21
9e55d23

Choose a tag to compare

Fixed
Upgrade axios from 0.21.4 to 0.22.0 #149 (snyk-bot)

v1.4.1

13 Oct 14:08
3fe9208

Choose a tag to compare

Changed
Replace request with axios #144 (frederikprijck)

v1.3.3

05 Jun 17:47
2082135

Choose a tag to compare

Full Changelog

Closed issues

  • Having a session is now required#107

Fixed

Security

v1.3.2

03 Feb 19:45

Choose a tag to compare

Full Changelog

Closed issues

  • 1.2.1 -> 1.3.1 upgrade causes "Cannot read property 'scope' of undefined" #107
  • TypeError: Cannot read property 'authParams' of undefined #106
  • Cannot read property 'split' of undefined in Profile.js with GSuite login #105

Fixed

v1.3.1

06 Dec 19:27

Choose a tag to compare

Full Changelog

Closed issues

  • the userProfile does not have 'provider' field correctly populated. #102
  • Social login breaks when account name contains utf-8 characters. #100
  • Strategy does not work on Restify #96

Fixed

  • Parses provider from user_id if identities is not provided. #103 (kertof)
  • Fix decoding jwt when encoded payload contains utf8 characters #101 (abelptvts)

v1.3.0

20 Nov 16:40
d5b69d4

Choose a tag to compare

Full Changelog

Added

Security

v1.2.1

13 Aug 16:25

Choose a tag to compare

Full Changelog

Closed issues

  • Strategy constructor mutates options argument #91
  • Infinite redirect loop, "Invalid authorization request state." #89
  • could I use cookie-session instead of express-session? #87

Fixed

  • Fix strategy constructor to not mutate options argument #92 (naptowncode)