Releases: torusresearch/CustomAuth
Releases · torusresearch/CustomAuth
BREAKING CHANGES
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
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
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
Fix issue with Twitch API deprecation
v1.3.4
The following changes have been made in this release:
- optimize build size (reduction by 40%)
- update packages
v1.3.3
Fix issue with listener registration for multiple logins
v1.3.2
The following changes have been made in this release:
- Update packages
- Capitalize default namespace export
v1.3.1
Fix issue with window closing in opener mode
Add support for redirecting to opener. (Chrome Extensions)
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
Bundle along public folder too