Version 1.0.0
What's New
Support for Anti-Spoofing detection in facial verification
The platform now supports configuring the anti-spoofing module within the facial verification Widget (Selphi). When this option is enabled, the system is capable of detecting identity spoofing attempts during the biometric capture process.
The results of the anti-spoofing analysis are automatically included in the callback response once the process is complete, allowing integrators to make decisions based on the capture confidence level.
Note for integrators: If you use the Selphi Widget in iframe mode and enable anti-spoofing, review your Integration environment configuration. Since the iframe mode does not support the anti-spoofing feature.
Tokenized biometric data
The Landing API now supports the tokenization of the biometric data processed during the Flow. This improvement allows the images and data captured during authentication and identification to be returned in Tokenized format, increasing security in the handling of sensitive information.
This functionality requires configuration of a compatible tokenizing service and is available for the facial authentication (Selphi) and document identification (SelphID) modules.
New error state: timeout exceeded
Explicit support has been added for the state WAITING_TIME_EXCEEDED. When an asynchronous Flow exceeds the configured timeout, the platform now correctly logs and reports this state as the terminal result of the operation, instead of leaving it unclassified.
SDK Web updated to Version 1.6.6
The platform incorporates Version 1.6.6 of Facephi's SDK Web, which includes the latest fixes and improvements to the biometric engine.
Complete dependency update
A major update has been carried out of all the project's dependencies, removing known vulnerabilities and improving the system's overall stability.
Internal improvements
The following improvements affect the platform's internal behavior and do not require changes to your Integration, but they contribute to the system's stability and diagnostic capabilities:
Structured logging system: A new logging framework has been introduced that improves the traceability of operations, including request correlation, sanitization of sensitive data in logs, and better context in error events.
Improved observability: Addition of new monitoring dashboards for API metrics, logs, and distributed traces.
Support for local Kubernetes: Improvements in the development infrastructure that make it possible to run the complete environment locally to facilitate the work of Integration teams.
Bug Fixes
Callbacks are now always sent with complete information
A behavior has been fixed where, under certain circumstances, the platform did not send the complete information to the callback webhook after completing an operation. From this version onward, the callback is always sent with all the result data, regardless of the Flow's final state.
Additionally, callback results are now returned ordered from newest to oldest, making it easier to manage multiple operations.
Fix in URL generation with custom domains
A bug has been fixed in URL generation when custom domains are used in the Landing configuration. The system now produces the correct URL in all configuration scenarios.
Improved validation in Widget configuration
The error messages and validation logic have been corrected when configuring widgets in the builder, providing clearer information when the entered parameters are invalid.
Last updated