Skip to content

1.3.2

Latest
Compare
Choose a tag to compare
@mazondo mazondo released this 01 Mar 00:21
· 4 commits to master since this release

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.