Skip to content

Releases: forio/epicenter-js-libs

Cookie changes

10 Sep 06:26
Compare
Choose a tag to compare

Changed the default token to epicenter.project.token from epicenter.token. This is to prevent conflicts for users who're logged into Epicenter through the manager. Use cases:

User logged into Epicenter, but not into project:

  • epicenter.token is set by Manager and passed along to all the APIs

    User logged into Epicenter, and also into project:

  • epicenter.project.token is also sent as an Authorization header, which overrides epicenter.token. In other words, project privileges override default epicenter privileges

    User not logged into Epicenter, but logged into project:

  • Authorization header is sent and respected

Base release

15 Aug 19:11
Compare
Choose a tag to compare
1.0.0

added options to pass on transport options to underlying axjx through…