stormpath-js
Advanced tools
Changelog
0.7.1
The internal request executor will now return the SESSION_EXPIRED error on next tick, to integrate well with Angular's digest process.
Changelog
0.5.2
The request executor now uses xmlHttpRequest.getResponseHeader()
as a fallback
for xmlHttpRequest.getAllResponseHeaders()
. This adds support for Firefox < 21,
and any other browser that does not give cross-origin headers when
xmlHttpRequest.getAllResponseHeaders()
is used.
Changelog
0.5.0
Support Organization features by requesting the ID Site Model from the provided account store.
Changelog
0.4.0
Released on October 23rd, 2015
Breaking Changes
client._getToken()
has been renamed to client.getJwtFromUrl()
response.redirectUrl
has been renamed to response.serviceProviderCallbackUrl
. This affects the callbacks for client.login()
and client.register()