Socket
Socket
Sign inDemoInstall

@auth0/auth0-spa-js

Package Overview
Dependencies
0
Maintainers
42
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
9Next

1.19.0

Diff

Changelog

Source

v1.19.0 (2021-10-11)

Full Changelog

Added

  • [SDK-2794] Return token response in getTokenSilently #803 (stevehobbsdev)
  • [SDK-2793] Ability to define a custom now provider #802 (frederikprijck)
auth0-oss
published 1.18.0 •

Changelog

Source

v1.18.0 (2021-09-15)

Full Changelog

Added

  • [SDK-2750] Expose mfa_token from the mfa_required error when getting new tokens #789 (frederikprijck)

Changed

  • [SDK-2759] Re-scoping cookies and transactions to client ID #796 (stevehobbsdev)
  • [SDK-2320] Throw login_required error in SPA SDK if running in a cross-origin is… #790 (frederikprijck)

Fixed

auth0-oss
published 1.17.1 •

Changelog

Source

v1.17.1 (2021-09-03)

Full Changelog

Fixed

frederikprijck
published 1.17.0 •

Changelog

Source

v1.17.0 (2021-08-03)

Full Changelog

Added

  • Add useFormData to enable application/x-www-form-urlencoded requests #768 (stevehobbsdev)

Changed

stevehobbsdev
published 1.16.1 •

Changelog

Source

v1.16.1 (2021-07-07)

Full Changelog

Fixed

stevehobbsdev
published 1.16.0 •

Changelog

Source

v1.16.0 (2021-07-05)

Full Changelog

Added

adamjmcgrath
published 1.15.0 •

Changelog

Source

v1.15.0 (2021-04-29)

Full Changelog

Added

Fixed

  • Fix popup blocker showing for loginWithPopup in Firefox & Safari #732 (stevehobbsdev)
stevehobbsdev
published 1.14.0 •

Changelog

Source

v1.14.0 (2021-03-22)

Full Changelog

Added

Changed

  • Add screen_hint parameter to BaseLoginOptions #721 (damieng)

Fixed

  • Updated minor syntax, to allow for TypeScript compiler to be happier #714 (kachihro)
  • Revert [SDK-2183] Add warning when requested scopes differ from retrieved scopes #712 (frederikprijck)
stevehobbsdev
published 1.13.6 •

Changelog

Source

v1.13.6 (2021-01-07)

Full Changelog

Changed

Fixed

Security

frederikprijck
published 1.13.5 •

Changelog

Source

v1.13.5 (2020-12-08)

Full Changelog

Changed

Fixed

  • [SDK-1739] Recover and logout when throwing invalid_grant on Refresh Token #668 (frederikprijck)

Remarks

This release updates the getUser return type to be more correct. Instead of returning Promise<TUser>, it now returns Promise<TUser | undefined>, which might lead to an Object is possible 'undefined' compiler error in situation where the return value is not checked for being undefined while having set the TypeScript's --strictNullChecks compiler flag to true.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc