Skip to content

Releases: auth0/auth0-spa-js

v1.3.0

10 Oct 20:58
78075fe
Compare
Choose a tag to compare

Fixed
Add missing char for nonce/state generation #230
Fix query parsing when using hash routing #231
Fix safari10 initialization error #232

Changed
Add early expiration of Access Token in cache #233

v1.2.4

24 Sep 19:28
fafcb62
Compare
Choose a tag to compare

Fixed

Fix empty PKCE code challenge #221

v.1.2.3

03 Sep 01:34
32690bb
Compare
Choose a tag to compare

Fixed

Fix incorrect state extraction from query string #197

v1.2.1

27 Aug 18:45
acf6c8e
Compare
Choose a tag to compare

Fixed

Replace promise polyfill for a pure one. This fixes using this library with zone.js. #180

v1.2.0

26 Aug 17:06
55b44c3
Compare
Choose a tag to compare

Fixed

  • Expose raw id_token in the getIdTokenClaims method #175
  • Fix bug where oauth/token call ignores options.audience #134

Added

  • Add IE11 polyfills #154
  • Add popup timeout config #133
  • Add ?federated logout param #129

v1.1.0

17 Jul 16:29
Compare
Choose a tag to compare

Changed

  • Allow redirect_uri override in loginWithRedirect - #66
  • Make options argument for popup and redirect optional - #61
  • Mark redirect_uri optional in RedirectLoginOptions - #53

v1.0.1

24 Jun 14:52
e8d1498
Compare
Choose a tag to compare

Changed

  • Reduce transaction cookie size - #32

v1.0.0

19 Jun 14:51
d7fdae4
Compare
Choose a tag to compare

Initial Release

1.0.0-beta.2

10 May 11:57
8ffe7fb
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Changelog

Typescript fix #21