You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.