Skip to content

v8.4.0

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 15 Oct 08:39
· 875 commits to master since this release
3a0ef87

v8.4.0 Changes

Updates from upstream (FTW-daily v6.4.0)

  • [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