Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Releases: cubic-js/cubic-auth

v2.0.0

08 Oct 11:37
90ae8d6
Compare
Choose a tag to compare

2.0.0 (2018-10-08)

Bug Fixes

  • Apply preauth hook to WS adapter, not Socket.io (49f0ef0)
  • corrected authCookie config path (af85736)
  • removed relative paths (aca99e0)

Features

  • added longlasting cookie option (5079245)
  • redirect on /authenticate endpoint (cecff73)
  • sets cookie based on tokens (base64 encoded) (aa00bb8)

v1.1.1

31 Jul 11:40
5c6d956
Compare
Choose a tag to compare

1.1.1 (2018-07-31)

Bug Fixes

  • Fix that stupid package-lock.json (5b8772c)
  • Load core node first, so the cubic-loader wouldn't indefinitely wait for the api node. (290b8ba)

v1.1.0

24 Apr 04:26
2a99639
Compare
Choose a tag to compare

1.1.0 (2018-04-24)

Bug Fixes

  • package: update cubic-core to version 1.0.3 (0eaad23)

Features

  • Set cubic-api, cubic-core as peer dependencies, so updates from these packages don't require a re-release. (2bada2a)

v1.0.3

21 Apr 19:42
ada4c34
Compare
Choose a tag to compare

1.0.3 (2018-04-21)

Bug Fixes

  • package: Add missing dependencies directly (8e182ac)
  • package: Up cubic deps (729719f)

v1.0.2

15 Apr 16:52
Compare
Choose a tag to compare

1.0.2 (2018-04-15)

Bug Fixes

  • Wait for actual user insertion before returning response (3b39b18)