Skip to content

Releases: torusresearch/CustomAuth

BREAKING CHANGES

10 Jun 11:52

Choose a tag to compare

The following changes have been made in this release:
❗❗❗ (MAJOR RELEASE: BREAKING API CHANGES)

  • Use types instead of interface for login params
  • Use object for aggegrate login input params

MIGRATION GUIDE:

  • Please use object params for triggerAggregateLogin

v2.1.0

10 Jun 10:30

Choose a tag to compare

The following changes have been made in this release:
❗❗❗ (MINOR RELEASE: NON-BREAKING API CHANGES)

  • Auth0 login changes (JWT (twitter, github, linkedin, weibo, line, email-password) + Passwordless logins)
  • Minor refactor
  • Bug fixes (discord login etc.)
  • Updated documentation
  • Update redirect.html and sw.js
  • Update example
  • Expose internal types
  • Add support for verifier id field

MIGRATION GUIDE:

  • Please replace redirect.html and sw.js from public folder again

BREAKING CHANGES

01 Jun 09:31

Choose a tag to compare

The following changes have been made in this release:
❗❗❗ (MAJOR RELEASE: BREAKING API CHANGES)

  • Rewrite project using Typescript using Factory and Decorator patterns
  • Aggregate Verifiers support triggerAggregateLogin
  • JWT (Auth0) login support typeOfLogin: 'JWT'
  • Fix twitch api deprecated endpoint
  • Updated packages and typings

MIGRATION GUIDE:

  • ClientId for the login type must be passed along with triggerLogin and the param is an object for triggerLogin
  • Please replace redirect.html and sw.js from public folder again

v1.3.5

24 May 06:28

Choose a tag to compare

Fix issue with Twitch API deprecation

v1.3.4

15 May 12:15

Choose a tag to compare

The following changes have been made in this release:

  • optimize build size (reduction by 40%)
  • update packages

v1.3.3

29 Apr 10:20

Choose a tag to compare

Fix issue with listener registration for multiple logins

v1.3.2

29 Apr 06:22

Choose a tag to compare

The following changes have been made in this release:

  • Update packages
  • Capitalize default namespace export

v1.3.1

14 Apr 09:37

Choose a tag to compare

Fix issue with window closing in opener mode

Add support for redirecting to opener. (Chrome Extensions)

13 Apr 10:19

Choose a tag to compare

The following changes have been made in this release:

  • Major refactor to simplify codebase
  • Add support for sending data to opener
  • Update packages

v1.2.2

08 Apr 06:46

Choose a tag to compare

Bundle along public folder too