Getting Started

Prerequisites

Setup and Configuration

  1. React and Dependencies

    • Ensure you have React set up in your project.
    • For a detailed list of required dependencies, refer to our package.json.
  2. Okto API Key

    • Obtain your API Key from the Okto Dashboard.
    • This key is essential for integrating the Okto SDK into your project.
  3. Authentication Methods

    The Okto SDK supports multiple authentication methods:

Environment Configuration

By default, your project will use the Sandbox environment. To switch to the Production environment, please refer to our Admin Panel documentation for upgrade instructions.

Next Steps

Once you've completed these prerequisites, you'll be ready to integrate the Okto SDK into your React project. If you encounter any issues during setup, please consult our troubleshooting guide or reach out to our support team.

On this page