> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dojah.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog — 2026

> Dojah product updates shipped in 2026.

## 2026

### Jul

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-new">New</span>
    <span className="cl-tag cl-security">Security</span>
    <span className="cl-tag cl-improve">Enhancement</span>
  </div>

  <div className="rel-title">Feature enhancements</div>
  <p className="rel-desc">We are excited to share a few updates added to the dashboard to enhance experiences on the Dojah platform.</p>

  <div className="rel-sub">Table Refresh Button</div>
  <p className="rel-desc">We've added dedicated <strong>Refresh</strong> buttons to the most frequently used tables across the application.</p>
  <p className="rel-desc">This enhancement allows users to refresh individual tables without reloading the entire page, making it faster and more convenient to view the latest data while improving the overall user experience.</p>
  <p className="rel-desc">The refresh buttons are present on the</p>

  <ul className="rel-list">
    <li>Verify Individual table</li>
    <li>Verify Business table</li>
    <li>EasyOnboard Verification table</li>
    <li>EasyDetect Profiles table</li>
    <li>EasyDetect Cases table</li>
    <li>EasyDetect Events table</li>
    <li>API Usage table</li>
  </ul>

  <div className="shot" style={{ "--shot-accent": "#007fff" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jul2026-table-refresh.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=1577e72ba8f22d215917cda1142a86df" alt="Refresh button on the Individual Verification table" loading="lazy" width="1897" height="285" data-path="assets/changelog/jul2026-table-refresh.png" />
  </div>

  <div className="rel-sub">Authorized Signatory Compliance Enhancement</div>
  <p className="rel-desc">We've enhanced the compliance flow to capture the <strong>name</strong> and <strong>job title</strong> of the authorized signatory directly from the <strong>Master Service Agreement (MSA)</strong>.</p>
  <p className="rel-desc">This enhancement ensures the details of the individual who signed the agreement are recorded, improving compliance records, auditability, and documentation accuracy.</p>

  <div className="shot" style={{ "--shot-accent": "#ae79ee" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jul2026-authorized-signatory.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=1b2e754fe1068ce74584d828c3736185" alt="Signature section capturing the authorized signatory name and job title on the Master Service Agreement" loading="lazy" width="1571" height="678" data-path="assets/changelog/jul2026-authorized-signatory.png" />
  </div>

  <div className="rel-sub">New: IP Whitelisting for Secure API Access</div>
  <p className="rel-desc">Developers can now secure their Dojah integrations with <strong>IP Whitelisting.</strong> This feature allows teams to define a trusted list of IP addresses that are permitted to access their APIs.</p>
  <p className="rel-desc">By restricting API requests to approved servers or networks, organizations can prevent unauthorized access, strengthen production security, and reduce the risk of compromised API credentials being used from untrusted environments. IP Whitelisting is available from the <strong>Developers</strong> section of the dashboard and can be updated as your infrastructure evolves.</p>
  <p className="rel-desc"><strong>How to Add an IP Address to the Whitelist</strong></p>

  <ol className="rel-list">
    <li>From the side menu, navigate to <strong>Developers</strong>.</li>
    <li>Click <strong>Developers</strong> to open the developer tab.</li>
    <li>Select the <strong>IP Whitelist</strong> tab from the available options.</li>
    <li>Click <strong>Add IP Address</strong>.</li>
    <li>Enter a name for the IP address in the <strong>Name</strong> field.</li>
    <li>Enter the IP address you want to whitelist in the <strong>Address</strong> field.</li>
    <li>Click on “Add IP Address” to save the IP address to your whitelist.</li>
  </ol>

  <div className="shot" style={{ "--shot-accent": "#b7338f" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jul2026-ip-whitelist.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=fa1336f5b979b27be1d47e9255b0b0e2" alt="IP Whitelisting tab in the Developers section before any addresses are added" loading="lazy" width="1912" height="797" data-path="assets/changelog/jul2026-ip-whitelist.png" />
  </div>

  <div className="shot" style={{ "--shot-accent": "#b7338f" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jul2026-add-ip-address.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=f853af6868767393719394652147e6d1" alt="Add IP Address dialog with Name and IP address fields" loading="lazy" width="945" height="566" data-path="assets/changelog/jul2026-add-ip-address.png" />
  </div>

  <div className="rel-sub">Allowed Origins for Verification Widgets</div>
  <p className="rel-desc">We've introduced an <strong>Allowed Origins</strong> setting for verification widgets, giving developers greater control over where their verification flows can be embedded and launched.</p>
  <p className="rel-desc">When enabled, only approved domains can access the widget, helping prevent unauthorized usage, strengthen security, and ensure verification flows are only available on trusted websites. This setting also supports wildcard domains for organizations managing multiple subdomains.</p>
  <p className="rel-desc"><strong>How to Configure Allowed Origins</strong></p>

  <ol className="rel-list">
    <li>Navigate to <strong>EasyOnboard</strong> from the side menu.</li>
    <li>Create a flow and navigate to the settings tab of the flow</li>
    <li>Scroll to the <strong>Allowed Origin</strong> section.</li>
    <li>Toggle on the <strong>Restrict allowed origins</strong> to limit access to specific domains.</li>

    <li>
      In the <strong>Add an origin</strong> field, enter the domain you want to allow.

      <ul className="rel-list">
        <li>Example: <code>example.com</code></li>
      </ul>
    </li>

    <li>Click <strong>Add</strong> to add the domain to the allowed list.</li>
    <li>Repeat the process to add additional domains if needed.</li>
    <li>To allow verification flows to launch from <strong>any domain</strong>, disable <strong>Restrict allowed origins</strong>.</li>
  </ol>

  <div className="shot" style={{ "--shot-accent": "#b7338f" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jul2026-allowed-origins.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=4a7f567da291f1e852abbc2dbd1953d1" alt="Allowed Origin section in the EasyOnboard flow settings with Restrict allowed origins enabled" loading="lazy" width="1911" height="819" data-path="assets/changelog/jul2026-allowed-origins.png" />
  </div>
</div>

### Jun

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-improve">Enhancement</span>
    <span className="cl-tag cl-new">New</span>
  </div>

  <div className="rel-title">Sign-up entry point, Compliance updates & Dojah Learning</div>
  <p className="rel-desc">A new sign-up option on the login page lets users create an account faster. The Compliance module adds Company Type and Job Title fields plus a Compliance Requirements modal, EasyOnboard gains Region & City distribution analytics, liveness checks can now use the device's back camera for assisted onboarding, and a new in-app Dojah Learning hub offers guides and tutorials. Usage analytics can be exported to PDF, alongside customer-table, CAC, and government-lookup navigation fixes.</p>

  <div className="shot" style={{ "--shot-accent": "#007fff" }}>
    <img src="https://mintcdn.com/dojah/x4W6NR48d3nkxVa_/images/Jun26-signup-entrypoint.png?fit=max&auto=format&n=x4W6NR48d3nkxVa_&q=85&s=4646f32f51b1423ded7f1cf736ba09fc" alt="New sign-up entry point" loading="lazy" width="512" height="233" data-path="images/Jun26-signup-entrypoint.png" />
  </div>
</div>

### May

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-improve">Enhancement</span>
    <span className="cl-tag cl-dev">UI/UX</span>
  </div>

  <div className="rel-title">UserApp redesign & Compliance feature launch</div>
  <p className="rel-desc">A redesigned UserApp brings a cleaner interface, simplified navigation, and verification services consolidated under “Individual and Business Verify.” The EasyOnboard workflow moved from an accordion to a tab-based design with customizable fonts and button radius, a new Compliance feature centralizes onboarding processes, and light/dark mode now ships with an in-app toggle.</p>

  <div className="shot" style={{ "--shot-accent": "#007fff" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/may2026.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=1ceba65aecd5725f347cf97eeba20214" alt="Redesigned Dojah UserApp" loading="lazy" width="512" height="237" data-path="assets/changelog/may2026.png" />
  </div>
</div>

### Apr

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-security">Security</span>
  </div>

  <div className="rel-title">Liveness verification engine upgrade</div>
  <p className="rel-desc">An upgraded liveness detection engine improves real-time accuracy in confirming live captures and reduces spoofing and AI-generated image attacks. Users complete real-time actions — positioning the face in the oval frame, blinking, smiling, opening the mouth, and turning the head — with better stability and faster response times.</p>

  <div className="shot" style={{ "--shot-accent": "#b7338f" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/apr2026.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=e6fc83154e99eebdc2bae5d15b2b21f0" alt="Liveness verification flow" loading="lazy" width="284" height="512" data-path="assets/changelog/apr2026.png" />
  </div>
</div>

### Mar

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-fix">Fix</span>
  </div>

  <div className="rel-title">Dashboard bug fixes</div>
  <p className="rel-desc">Fixed navigation issues on the dashboard, resolved UI inconsistencies, and corrected error handling for failed verifications to provide clearer user feedback.</p>
</div>

### Feb

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-new">New</span>
  </div>

  <div className="rel-title">Auto Top-Up & Dojah AI Support</div>
  <p className="rel-desc">Auto Top-Up automatically replenishes your wallet when the balance drops below a configurable threshold, preventing service interruptions. Dojah AI Support adds an in-dashboard assistant for instant answers to feature questions, documentation guidance, and troubleshooting — with the option to escalate to a human.</p>

  <div className="shot" style={{ "--shot-accent": "#89f436" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/feb2026.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=7aa8bd07fe2404758dc74d2309805fbf" alt="Auto Top-Up configuration" loading="lazy" width="785" height="463" data-path="assets/changelog/feb2026.png" />
  </div>
</div>

### Jan

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-security">Fraud prevention</span>
    <span className="cl-tag cl-new">New</span>
  </div>

  <div className="rel-title">Duplicate image detection, PDF export & analytics</div>
  <p className="rel-desc">Automated duplicate image detection flags repeated images across verification attempts to prevent fraud. Verification PDF downloads make record-keeping and compliance reporting easy, analytics now track abandoned steps to surface drop-off points, and EasyOnboard flows were integrated into Easy Authentication for reusable liveness verification.</p>

  <div className="shot" style={{ "--shot-accent": "#b7338f" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jan2026.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=2cd7b51078c8561dcfe08881ac6eb175" alt="Verification analytics" loading="lazy" width="365" height="85" data-path="assets/changelog/jan2026.png" />
  </div>
</div>
