Releases: auth0/auth0-spa-js
Releases · auth0/auth0-spa-js
v1.3.0
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
Fixed
Fix empty PKCE code challenge #221
v.1.2.3
Fixed
Fix incorrect state extraction from query string #197
v1.2.1
Fixed
Replace promise polyfill for a pure one. This fixes using this library with zone.js. #180
v1.2.0
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
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
Changed
- Reduce transaction cookie size - #32
1.0.0-beta.2
Changelog
Typescript fix #21