Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

3.0.0 - 2017-09-22

Choose a tag to compare

@mymattcarroll mymattcarroll released this 21 Sep 23:25
· 79 commits to master since this release

Breaking Changes

  • ANALYTICS-125: Added login option storeJwt to store jwt on local file system. This property will default to false. This was the default behaviour in previous releases.
  • AUTH-84: promise return from getAccessToken() will now reject if:
    • There is no access token stored on the local file system
    • The access token stored is not a valid JWT
    • The access token stored has expired

Removed

  • AUTH-84: getServiceSettings() function

Dependencies