Releases: auth0/auth0.js
Releases · auth0/auth0.js
8.8.0
8.7.0
Added
- Adding
scope
to the parsed hash object #434 (luisrudge) - Add option to filter iframe events to prevent incorrect events triggering callbacks #432 (aaronchilcott)
- Adding cross-origin-auth sessionless flow #431 (luisrudge)
- Adding new LoginTicket flow (with session) #426 (hzalaz)
Changed
- Sending all /co/authenticate errors to the error callback #443 (luisrudge)
- Fix some examples and docs + using https everywhere #436 (luisrudge)
Fixed
- Add login_ticket to params whitelist #442 (luisrudge)
- Fix decoding base64 string with special characters #440 (luisrudge)
- Fixed issues with overrides not being used #430 (sandrinodimattia)
Change Log
8.6.1
8.6.0
8.5.0
8.4.0
Full Changelog
Closed issues
- winchanOptions missing parameters #378
- 'Nonce does not match' error when state data contains '=' encoded as %3D #377
Added
Changed
- Whitelist resource owner parameters #386 (hzalaz)
- Only allow to be used in node 6.9 or later #385 (hzalaz)
- Restrict what popupOptions fields are used #383 (hzalaz)
- Replace querystring implementation with qs module #382 (selaux)
- Deprecation warning: webauth.login → webauth.authorize #367 (dtinth)
Fixed
8.3.0
Added
- Integration tests #346 (glena)
- Whitelist nonce, state, _csrf and _instate from constructor #345 (glena)
- Added flag to disable id_token verification for legacy clients #341 (glena)
- Popup no owp #337 (glena)
Changed
- Remove warnings around refreshing session #353 (hzalaz)
- Updated passwordless start jsdocs #340 (glena)
Fixed