Skip to content

v6.4.0

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 15 Oct 08:09
· 759 commits to master since this release
c5843a2

v6.4.0 Changes

  • [add] Add Facebook login as a first step towards supporting social logins and SSO in FTW. This PR introduces new endpoints createUserWithIdp and loginWithIdp and strategy for logging in with Facebook. See the PR for the more detailed view of the changes. #1364
  • [fix] Fix missing proptype warnings in TransactionPage and TransactionPanel tests. #1363
  • [fix] Improve error handling by passing error details forward instead of creating a new error that hides the details when making API call to FTW server. #1361
  • [fix] Remove duplicate page schema from body. #1355