React Native Integration Example on GitHub

We're excited to announce the release of our new Token of Trust Identity Verification React Native project on GitHub. This open-source project demonstrates how to seamlessly integrate the Token of Trust API for Identity VerificationAge Verification, and Photo ID Verification within a React Native application. The project is designed to help developers quickly implement secure and reliable identity verification within mobile apps for both Android and iOSplatforms.

Key Features:

  • Easy Integration: The project is built using React Native and Expo, ensuring a smooth setup and deployment process. Developers can quickly get started with our Hello World example, showcasing a real-world use case of the Token of Trust API.
  • Email Management: Automatically manages and stores the last three email addresses used for verification, allowing users to easily select a previously used email or enter a new one.
  • WebView Integration: The verification process is securely displayed within a WebView, providing a seamless user experience.
  • Performance Optimization: Uses SecureStore for efficient storage and retrieval of email records and verification URLs, improving performance and reducing load times.

Getting Started:

  1. Visit the GitHub repository: tot-id-verification-reactnative.
  2. Follow the detailed setup instructions provided in the README to clone the repository, configure your environment, and start the development server.
  3. Explore the codebase to understand how the Token of Trust API is integrated into a React Native application.

Why Use This Project?

Will help developers looking to implement robust identity verification solutions in their React Native apps. It demonstrates best practices for integrating the Token of Trust API and highlights key features such as email management, WebView integration, and performance optimization.

Contribute:

We welcome contributions to the project. Whether you have ideas for new features, improvements, or simply want to report a bug, feel free to submit issues or pull requests on the GitHub repository.

Learn More:

For more details, check out the full project on GitHub: tot-id-verification-reactnative.

By using this project, you can quickly and easily add secure identity verification to your mobile applications, leveraging the power and flexibility of React Native.

For more details, check out the full project on GitHub: tot-id-verification-reactnative.

Read more

How do you setup identity or age verification so that only certain locations need to get verified?

Answer: Use Location-Based Identity Verification. This is enabled via the locationRestrictions.requiresVerification attribute in your application configuration to define which countries and regions require verification. Summary Token of Trust now supports location-based verification requirements through the locationRestrictions configuration. This feature allows you to specify which geographic locations (countries and regions)

By darrin