identity-ios-sdk

6.3.0

Reachfive Identity iOS SDK
ReachFive/identity-ios-sdk

What's New

6.3.0

2024-06-21T16:14:42Z

New features

  • add MfA credentials support methods:

    • mfaListCredentials, mfaStart, mfaVerify, mfaDeleteCredential
  • add MFA step up support methods:

    • mfaStart, mfaVerify

    Bug fixes

    • Fix a bug where the provided scope parameter was not transmitted to the backend in webviewLogin
    • Allow the Sandbox app to run in the ARM iPhone simulator

Reach5 Logo

CircleCI Download

ReachFive Identity iOS SDK

Cocoapods pods

Installation

Refer to the public documentation to install the SDKs and to initialize your ReachFive client.

The basics are:

  • Add this SDK to your project in your Cocoapods Podfile:

    pod 'IdentitySdkCore'

  • Configure the SDK:

    let reachfive: ReachFive = ReachFive(sdkConfig: SdkConfig(domain: "DOMAIN", clientId: "CLIENT_ID"))

  • Initialize the SDK using this method (makes a network call) to be called inside the corresponding method of UIApplicationDelegate

    reachfive.application(application, didFinishLaunchingWithOptions: launchOptions)

Demo application

In addition to the libraries, we provide in the Sandbox directory a simple iOS application which integrates the ReachFive SDKs.

To configure this demo application and learn how to use this SDK, refer to contributing

Documentation

You'll find the documentation of the methods exposed on https://developer.reachfive.com/sdk-ios/index.html.

Changelog

Please refer to changelog to see the descriptions of each release.

Development

Please refer to contributing

License

MIT © ReachFive

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Sep 07 2024 11:51:45 GMT-0900 (Hawaii-Aleutian Daylight Time)