Skip to content

TransmitSecurity/react-native-ts-identity-orchestration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1ab1d3 · Jun 11, 2024

History

19 Commits
Apr 30, 2024
Apr 30, 2024
Jun 11, 2024
Jun 11, 2024
May 16, 2024
May 16, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Jun 11, 2024
Apr 30, 2024
Apr 30, 2024
Jun 11, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
May 9, 2024

Repository files navigation

react-native-ts-identity-orchestration

React Native wrapper for Transmit Security IDO SDK

Installation

npm install react-native-ts-identity-orchestration
  • Note that this module is not yet documented.

Important Notes:

  • Add transmit plist file to ios and json file/manifest for android
  • You must set response handler

Android

Add to app/build.gradle

repositories { google() maven { url('https://transmit.jfrog.io/artifactory/transmit-security-gradle-release-local/') } }

Initialize using strings.xml configuration: To do this, update the strings.xml file in your Application with the following content. The CLIENT_ID should be replaced with your client ID

"default_application" "CLIENT_ID" https://api.transmitsecurity.io/

Call the dedicated Android function to initialize the SDK. Open your MainApplication.kt file and add the following to the bottom of the function onCreate() TsIdentityOrchestrationModule.initializeAndroidSDK(this)