Skip to content

Releases: auth0/auth0.js

8.0.0-beta.1

14 Dec 22:13
Compare
Choose a tag to compare
8.0.0-beta.1 Pre-release
Pre-release

Full Changelog

Added

  • Add get user country method for passwordless #267 (glena)
  • Login with password realm grant via /oauth/token #265 (glena)

Changed

  • Add standard fields to parseHash and normalize responses to camelCase #261 (glena)
  • Add Whitelist of authorize parameters #258 (glena)

Fixed

7.6.0

07 Dec 21:54
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Remove the getConnections function #196

Changed

  • fail if localstorage is not available to store the autogenerated nonce #262 (glena)

Deprecated

  • Deprecate and warn about getConnections #263 (hzalaz)

8.0.0-alpha.2

05 Dec 19:16
Compare
Choose a tag to compare
8.0.0-alpha.2 Pre-release
Pre-release

Full Changelog

Closed issues

  • redirectUri should not be mandatory in the constructor #249
  • responseMode should be part of the constructor params #247
  • Check if all the methods accepts the same parames from constructor #246

Added

  • Preload window for popup signup and login #256 (glena)
  • Quirks mode and deprecations warning #255 (glena)
  • Added responseMode, all methods uses the same params from construct, redirectUri is not mandatory #253 (glena)
  • Added sso data client #251 (glena)
  • V8 Popup mode #245 (glena)
  • Added nonce and status to mitigate replay attacks #244 (glena)

Changed

7.5.0

03 Jan 21:33
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • silentAuthentication does not use auth0 constructor options #235

Added

  • Added nonce to mitigate replay attacks #242 (glena)
  • Audience scope constructor options #237 (glena)

8.0.0-alpha.1

21 Nov 21:09
Compare
Choose a tag to compare
8.0.0-alpha.1 Pre-release
Pre-release

Full Changelog

Added

  • Change webauth structure + Allow to abort requests #240 (glena)
  • added extra options + snake to camel all the options #236 (glena)
  • V8: Signup and passwordless #232 (glena)
  • Webauth redirect login/callback #231 (glena)

7.4.0

01 Nov 22:04
Compare
Choose a tag to compare

Full Changelog

Added

  • Add userinfo and tokeninfo to auth0.js #227 (glena)
  • Handle fetching new tokens (aka refresh of tokens) using authorize prompt none in an iframe #226 (glena)

7.3.0

20 Oct 20:21
Compare
Choose a tag to compare

Full Changelog

Changed

Fixed

  • Use response_type on startPasswordless #217 (glena)

7.2.1

23 Sep 22:45
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Fix popup mode when no id_token is returned #206 (rolodato)

7.2.0

12 Sep 21:39
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Logout function is using deprecated endpoint #190
  • Remove dependency on unmaintained query-string module #184
  • Security Vulnerability in indirect dependency "Negotiator" #178
  • reqwest version used expect a window object #170
  • Use new v2/logout endpoint #74

Added:

Changed: