Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Releases: transposit/transposit-js-sdk

Token-based authentication

12 Nov 19:03
Compare
Choose a tag to compare
  • Deprecate cookie-based authentication in favor of token-based authentication.
  • Clean up error semantics.
  • Rename and improve runOperation() as run().

With this change, web apps deployed to third-party hosting services will work in all evergreen browsers.

Add support for Slack login

16 Jul 21:38
Compare
Choose a tag to compare

v1.0.0

23 May 21:26
Compare
Choose a tag to compare

Transposit gives each deployed application its own subdomain on transposit.io. The SDK now exclusively communicates with this origin for login, settings and execution.

This change includes a couple breaking changes to the SDK:

  • The SDK's constructor no longer needs the maintainer/serviceName and host. It now only needs the hosted app origin.
  • To log out, the SDK no longer relies on CORS. It now redirects to a logout page implemented by Transposit.
  • getLoginLocation has been deprecated. The SDK no longer assumes you are using a Transposit-provided login page.

v1.0.0-rc1

23 May 21:27
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
v1.0.0-rc1

v0.7.8

02 May 00:11
Compare
Choose a tag to compare
  • Prefer accounts login path 99da969

v0.7.7...v0.7.8

v0.7.7

01 May 22:02
Compare
Choose a tag to compare
  • isLoggedIn should check if your session expired 195a0bc

v0.7.6...v0.7.7

v0.7.6

03 Apr 19:38
Compare
Choose a tag to compare
  • Clean up package.json now that repository is open-source.

v0.7.5...v0.7.6

Github Repository created

15 Mar 18:16
Compare
Choose a tag to compare

f4e1325...v0.7.4