> ## 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

> What's new across the Dojah API, SDKs, and dashboard.

## 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>

## 2025

### Dec

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

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

### Nov

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-improve">Improvement</span>
    <span className="cl-tag cl-compliance">Compliance</span>
  </div>

  <div className="rel-title">Duplicate ID separation, cookie management & team roles</div>
  <p className="rel-desc">Duplicate ID and Resume Verification are now fully separated across the pipeline for independent configuration. A cookie management interface lets users manage preferences by category, and a default team role ensures consistent access permissions for newly created companies.</p>

  <div className="shot" style={{ "--shot-accent": "#007fff" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/nov2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=c7016fa2a416cf0d16a5126fc1e45781" alt="Team roles and permissions" loading="lazy" width="512" height="319" data-path="assets/changelog/nov2025.png" />
  </div>
</div>

### Oct

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

  <div className="rel-title">Digital Address Verification & Compliance Register</div>
  <p className="rel-desc">Comprehensive Digital Address Verification validates addresses through live geolocation tracking (50-meter radius), utility bill validation, and proof-of-address capture, with automated cross-checks and fraud controls for mismatched data. The Compliance Register launched covering Fintech, Logistics, Real Estate, Crypto, and E-commerce with requirements, deadlines, and status tracking.</p>
</div>

### Sep

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

  <div className="rel-title">Liveness & Image Match scoring, Trust Page</div>
  <p className="rel-desc">Fine-tune EasyOnboard fraud checks with customizable threshold sliders for Liveness and Image Match (0–24 Failed, 25–64 Pending, 65–100 Successful). Updated User Data Match requires at least two of three names to match official records, a new Trust Page communicates security and compliance, and confirmation pages can now be customized per outcome.</p>

  <div className="shot" style={{ "--shot-accent": "#ae79ee" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/sep2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=2dbb6c4ce65f1fde1d9774baef698415" alt="Liveness and image match scoring configuration" loading="lazy" width="512" height="345" data-path="assets/changelog/sep2025.png" />
  </div>
</div>

### Aug

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

  <div className="rel-title">Widget UI enhancements</div>
  <p className="rel-desc">A cleaner, more intuitive widget interface streamlines verification — reducing drop-offs during onboarding and ID verification, with smoother step transitions and improved clarity at each stage.</p>

  <div className="shot" style={{ "--shot-accent": "#ae79ee" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/aug2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=c3e30341013880fcf65e021cba4ade95" alt="Updated verification widget" loading="lazy" width="1566" height="1180" data-path="assets/changelog/aug2025.png" />
  </div>
</div>

### Jul

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

  <div className="rel-title">Email notifications & API documentation revamp</div>
  <p className="rel-desc">Multiple team members can now receive email alerts for balance depletion and system updates via Settings → Email Notifications. The API documentation was restructured for a better developer experience — clearer endpoint descriptions, improved navigation, and detailed integration examples.</p>

  <div className="shot" style={{ "--shot-accent": "#007fff" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jul2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=8c71aee960bbc5fd2737e1635faf205e" alt="Email notification settings" loading="lazy" width="1736" height="1106" data-path="assets/changelog/jul2025.png" />
  </div>
</div>

### Jun

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

  <div className="rel-title">AML case management & Easy Authentication</div>
  <p className="rel-desc">AML screening evolved from simple watchlist checks into a full case management system — search, auto-generated results, case assignment, status updates, risk levels, ongoing monitoring, comments, audit trail, and PDF download. Easy Authentication also launched for liveness-based fast re-authentication of returning users.</p>

  <div className="shot" style={{ "--shot-accent": "#b7338f" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jun2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=dd0db774bf1b691bac13aa661b81d751" alt="AML case management" loading="lazy" width="1650" height="1186" data-path="assets/changelog/jun2025.png" />
  </div>
</div>

### May

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

  <div className="rel-title">Bug fixes</div>
  <p className="rel-desc">Fixed navigation issues and UI inconsistencies on the dashboard, and corrected error handling for failed verifications.</p>
</div>

### Apr

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

  <div className="rel-title">Reverification</div>
  <p className="rel-desc">Reverification enables identity record updates to keep information valid and compliant. Triggered from the Verification Dashboard, the previous verification is marked invalid and the new attempt becomes active — with or without a reference ID, plus SDK integration via <code>reference\_id</code> or <code>email</code> parameters.</p>

  <div className="shot" style={{ "--shot-accent": "#89f436" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/apr2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=d3ca3f4e79148ab1765926ac991a13b6" alt="Reverification flow" loading="lazy" width="2208" height="1382" data-path="assets/changelog/apr2025.png" />
  </div>
</div>

### Mar

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

  <div className="rel-title">Automated country detection & low-balance alerts</div>
  <p className="rel-desc">Geo-IP-based detection auto-selects the user's country at the start of verification, reducing friction and ID-type errors. A low-balance notification system adds real-time wallet monitoring and threshold alerts across Government Lookup, EasyOnboard, and Document Analysis to prevent failed verifications.</p>

  <div className="shot" style={{ "--shot-accent": "#007fff" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/mar2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=2c89dcafcad4c2f4fb3e4d3313d840c0" alt="Country detection and balance alerts" loading="lazy" width="2500" height="1273" data-path="assets/changelog/mar2025.png" />
  </div>
</div>

### Feb

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

  <div className="rel-title">Widget enhancements & invoice downloads</div>
  <p className="rel-desc">The QR Code screen was redesigned for clearer multi-device verification, and the Government Data page was restructured to reduce confusion. ID upload instructions were clarified, a Sandbox Government Data page was added, and invoice downloads arrived in Billings → Transaction History with automatic generation.</p>

  <div className="shot" style={{ "--shot-accent": "#ae79ee" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/feb2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=cb37499a66e29690def2d63b95772896" alt="QR code multi-device verification" loading="lazy" width="1906" height="1190" data-path="assets/changelog/feb2025.png" />
  </div>
</div>

### Jan

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

  <div className="rel-title">Signature canvas & roles cleanup</div>
  <p className="rel-desc">The signature page now lets users draw an actual signature via a canvas instead of text entry only. The Roles & Permissions page received a cleaner design with expandable dropdowns for easier viewing and management of permission details.</p>

  <div className="shot" style={{ "--shot-accent": "#007fff" }}>
    <img src="https://mintcdn.com/dojah/LZxS1bz_9Y9K9GSQ/assets/changelog/jan2025.png?fit=max&auto=format&n=LZxS1bz_9Y9K9GSQ&q=85&s=5a93b09aef9db3e12b1a35f0891f3aae" alt="Signature canvas" loading="lazy" width="370" height="512" data-path="assets/changelog/jan2025.png" />
  </div>
</div>

## 2024

### Aug

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

  <div className="rel-title">Custom Questions & Verification Analytics</div>
  <p className="rel-desc">Custom Questions let you gather compliance information and assess user risk with single-select, multi-select, or open-answer fields added directly to EasyOnboard verification pages. Verification Analytics launched with status metrics, geographical distribution, conversion rate, average completion time, and flexible timeframe filtering for data-driven decisions.</p>
</div>

### Apr

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

  <div className="rel-title">Multi-channel OTP verification</div>
  <p className="rel-desc">A more flexible OTP process lets you choose how users receive one-time passcodes — via SMS or WhatsApp — or send to both channels simultaneously for users on unreliable networks so codes always get through.</p>

  <div className="shot" style={{ "--shot-accent": "#fb9700" }}>
    <img src="https://mintcdn.com/dojah/ip3wIKaOL5aEoWrq/images/changelog1.png?fit=max&auto=format&n=ip3wIKaOL5aEoWrq&q=85&s=5d95093f08a1ba1a2f914f47a94b72d0" alt="Multi-channel OTP verification" loading="lazy" width="338" height="382" data-path="images/changelog1.png" />
  </div>
</div>

### Mar

<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">Widget enhancements, Global Business Search & sidebar revamp</div>
  <p className="rel-desc">The ID widget gained Email OTP for BVN Advanced, file-upload controls, camera-flip on capture screens, consolidated EasyOnboard configuration, and multi-device screen control. Global Business Search added worldwide company lookup with reliable data sources, and the dashboard sidebar was revamped for clearer navigation and re-categorized products.</p>

  <div className="shot" style={{ "--shot-accent": "#ae79ee" }}>
    <img src="https://mintcdn.com/dojah/ip3wIKaOL5aEoWrq/images/changelog2.png?fit=max&auto=format&n=ip3wIKaOL5aEoWrq&q=85&s=0e69621eeb9df6725cf59696ede1c664" alt="Widget enhancements" loading="lazy" width="1427" height="296" data-path="images/changelog2.png" />
  </div>
</div>

### Feb

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

  <div className="rel-title">Lookup overhaul, Business AML screening & Document Analysis</div>
  <p className="rel-desc">Easy Lookup was reworked to separate individual and business lookups and to support batch lookups across multiple users. AML screening expanded to cover business screening in one unified feature, and the no-code Document Analysis tool launched with a drag-and-drop interface, multi-document support, instant feedback, and detailed validity results.</p>

  <div className="shot" style={{ "--shot-accent": "#b7338f" }}>
    <img src="https://mintcdn.com/dojah/ip3wIKaOL5aEoWrq/images/changelog19.png?fit=max&auto=format&n=ip3wIKaOL5aEoWrq&q=85&s=52161c2965ce7f529a8929f5228d37a7" alt="Lookup and AML screening" loading="lazy" width="1431" height="785" data-path="images/changelog19.png" />
  </div>
</div>

## 2023

### Dec

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

  <div className="rel-title">Business Email Authentication & dashboard improvements</div>
  <p className="rel-desc">Business Email Authentication lets you control onboarding emails with a disposable-email toggle and a free-provider option. This release also added an on-site verification demo, downloadable AML lookup results, refreshed login screens with marketing updates, and a Glasses On upgrade allowing human review of glasses-on verifications.</p>

  <div className="shot" style={{ "--shot-accent": "#89f436" }}>
    <img src="https://mintcdn.com/dojah/ip3wIKaOL5aEoWrq/images/changelog24.png?fit=max&auto=format&n=ip3wIKaOL5aEoWrq&q=85&s=b493c1891f2727d52ec95918c9b84a3e" alt="Business Email Authentication" loading="lazy" width="1435" height="782" data-path="images/changelog24.png" />
  </div>
</div>

### Nov

<div className="release-body">
  <div className="rel-top">
    <span className="cl-tag cl-dev">Developer</span>
  </div>

  <div className="rel-title">EasyOnboard JavaScript integration</div>
  <p className="rel-desc">Integrating the verification widget got easier: save your EasyOnboard flow, choose the "websdk" option in the integration section, then copy the generated JavaScript and paste it into your application to embed the ID verification widget.</p>

  <div className="shot" style={{ "--shot-accent": "#ae79ee" }}>
    <img src="https://mintcdn.com/dojah/ip3wIKaOL5aEoWrq/images/changelog28.png?fit=max&auto=format&n=ip3wIKaOL5aEoWrq&q=85&s=4d2810e0639af9c6654ee180fd24caf6" alt="EasyOnboard JavaScript integration" loading="lazy" width="1429" height="783" data-path="images/changelog28.png" />
  </div>
</div>

### Oct

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

  <div className="rel-title">EasyOnboard improvements & verification customization</div>
  <p className="rel-desc">EasyOnboard improvements prevent duplicate flow titles, add a table delete button, and warn about unsaved changes, alongside various bug fixes. Advanced identity verification customization also arrived, letting businesses detect users by device brightness level and choose whether to verify with or without glasses from the Fraud Check settings.</p>

  <div className="shot" style={{ "--shot-accent": "#fb9700" }}>
    <img src="https://mintcdn.com/dojah/ip3wIKaOL5aEoWrq/images/changelog29.png?fit=max&auto=format&n=ip3wIKaOL5aEoWrq&q=85&s=64e75d55981f8839b3cb7c48516aec6e" alt="Verification customization" loading="lazy" width="1434" height="782" data-path="images/changelog29.png" />
  </div>
</div>
