What client-side SDKs do you support?

A Software Development Kit (SDK) is an installable package that includes the development tools, libraries, and documentation necessary to implement the advanced functionalities of an application. The client-side SDKs are language specific packages that you can use to integrate the Passbase verification flow into your mobile or web application.

 

Getting Started

Passbase supports a number of programming languages so your users can successfully complete verifications no matter how you choose to create your application. We support the following client-side SDKs and integration methods:

  • HTML + Java Script
  • React
  • Angular
  • Hosted Web Link
  • iOS
  • Android
  • React Native
  • Flutter

Web SDKs

Passbase supports HTML + JavaScript, React, and Angular for web applications. You also have the option of using a Hosted Web Link, if you prefer to have the verification process handled outside of your application.

For web-based applications, you simply need to integrate a few lines of code. From there, the Verify Button is rendered and your users can start verifying. Integration instructions and the required code snippet can be found in the Integration section of the Passbase Dashboard.

Mobile SDKs

Passbase supports iOS, Android, React Native, and Flutter for mobile applications. Integrating one of our mobile client-side SDKs includes a total of five steps, from installing the SDK to UI customization. Integration instructions and the required code snippet can be found in the Integration section of the Passbase Dashboard.

Steps to Retrieve Integration Code Snippet

  1. Go to to the Passbase Dashboard, and login with the email address and password used to activate your account
  2. In the top left corner, click Integration
    click_integration
  3. Select the client-side SDK language you are using for your mobile or web app
    Screen Shot 2021-09-16 at 11.36.27 AM

Check our documentation for more detailed information on where to find your code snippet and webhook integration.