Skip to content

Releases: stretchr/sdk-js

1.3.2

01 Mar 00:21
Compare
Choose a tag to compare

Added more options when defining your auth cookie store.

You can ignore these options unless you need them, but if you do:

var store = new Stretchr.CookieSessionStore({secure: true, domain: ".your-domain.com"});
var stretchr = new Stretchr.Client("acc", "proj", "key", {sessionStore: store});

will let you define how cookies are handled for auth.

v1.3.1

05 Feb 19:30
Compare
Choose a tag to compare
  • Updated OO package
  • Tidied up

v1.3.0

21 Jan 17:40
Compare
Choose a tag to compare

Moved the project to the url path. This is a large update to make supporting https in enterprise installations easier. The previous system required special auth certs.

v1.2.2

18 Jan 00:15
Compare
Choose a tag to compare

Added bower compatibility

v1.2

06 Dec 19:36
Compare
Choose a tag to compare

Rewrite of the HTML5 and JavaScript SDK for Stretchr services.