Web SDK Release Notes
Version History
Version 1.4.0
Release Date: 2026-08-07
Improvements
- Refusal reasons are shown: when the service refuses a session, the SDK shows the sentence the service sent rather than a generic failure message. Previously only the first step of the flow did this; the capture and verify steps replaced it.
- No Retry where retrying cannot work: a
4xxdescribes the session rather than a passing fault, so Retry is hidden on those screens. A5xxor a lost request still offers it, and a429is retried for you.
Version 1.3.0
Release Date: 2026-08-05
Improvements
- Richer diagnostic and reporting information
Version 1.2.0
Release Date: 2026-07-23
Features
- Localization: Added support for translating the SDK's built-in UI text. Use the new
langprop onVerifyVerifier(or thereLangredirect parameter) to select from 31 shipped languages, andlangOverridesto replace individual strings. See Localization.
Version 1.1.2
Release Date: 2026-07-07
Features
- External MediaStream Support: Added support for passing an external
MediaStreamto theVerifyVerifiercomponent for headless verification. This allows developers to provide their own video stream for verification instead of using the default camera access.
Version 1.0.1
Release Date: 2026-06-23
Features
- Initial Release: First public release of the VerifEye Web SDK (
@realeyes/verifeye-sdk), providing theVerifyVerifierReact component for embedding the VerifEye verification flow into web applications.
For the latest updates, visit the VerifEye Developer Console