Skip to content

Releases: ReachFive/reachfive-ios

10.0.0

13 Oct 16:08
54d0c27

Choose a tag to compare

Breaking changes

  • Support new option to prevent login with unverified identifier after a signup. Method signup returns a SignupFlow that can be an AchievedLogin(authToken: AuthToken) or an AwaitingIdentifierVerification

New Features

  • support parameter origin to requestPasswordReset
  • allow to trust device during mfa credential registering
  • support action parameter for step up and mfa credential registering

9.1.2

29 Aug 12:42
9002998

Choose a tag to compare

Bug fix

Achieve step up in login webview by clicking on link received by email

9.1.1

22 Aug 08:30
3c21b93

Choose a tag to compare

Improve the handling of the web session

9.1.0

07 Aug 14:52
1802126

Choose a tag to compare

New features

  • add new logout options for revoking tokens and browser cookies

9.0.0

28 Jul 14:20
f80bbd5

Choose a tag to compare

Breaking changes

New features

  • New option to view the network activity as logs in the console. This can be enabled by setting the loggingEnabled property of the new SdkInternalConfig to true.

Other changes

  • The other dependencies have also been removed, notably Alamofire. The SDK now uses the native URLSession for all network calls.

8.2.0

10 Jun 14:31
825fab1

Choose a tag to compare

New features

  • Add method sendEmailVerification and verifyEmail to verify email identifier

8.1.0

03 Mar 18:02
4d6e379

Choose a tag to compare

New features

  • Support retrieving nested custom fields when using getProfile

8.0.0

15 Jan 15:42
a47a4ff

Choose a tag to compare

New features

Breaking changes

  • Allow to initiate an mfa step up when required during a call to loginWithPassword and login(withRequest:usingModalAuthorizationFor:display:) (when .Password is used).
    For that the return type of these methods were changed from AuthToken to a new type LoginFlow to represent the potential new MFA step up introduced.
  • Change the name of StartStepUp to StartStepUp.AuthTokenFlow and make its authToken parameter mandatory
  • Some method will see their returned error type change from .TechnicalError to .AuthFailure or .RequestError, and will now come with an ApiError containing the details of the error.

7.2.0

20 Dec 16:06
f7694ff

Choose a tag to compare

New features

  • Add a new method updateProfile(authToken:profileUpdate:) to be able to update and delete fields from the user profile

7.1.5

21 Nov 13:31
5960eb2

Choose a tag to compare

Fixes

  • Make an internal method visible to providers
  • Better error message in technical errors