Changelog
1.2.0 (Jan, 2026)
- Breaking: New
finishActivationstate inWDOVerificationServiceto complete the user verification process by activating a new PowerAuth instance.- New method must be called by the client when handling the
finishActivationstate in the verification flow, i.e. after all verification steps (identity, documents, presence, etc.) have succeeded but before the newPowerAuthinstance is used anywhere else in the app:finishActivation(newPaInstance: PowerAuth, activationName: string, password: WDOPowerAuthPassword, validatePassword: boolean).
- New method must be called by the client when handling the
- Breaking: Changed configuration endpoint response to include document groups instead of a flat list of documents.
1.1.0 (Dec, 2025)
- PowerAuth Cordova SDK dependency now requires v.
4.2.0. - Process cache is now persistent across app restarts.
- Changes to
WDOError:- added
reason: WDOErrorReasonproperty to specify the error cause. - added
allowOnboardingOtpRetry: booleanproperty to indicate if OTP retry is allowed (during activation failure). - modified
onboardingOtpRemainingAttemptsto parse the remaining attempts from the original exception (during activation failure).
- added
WDOActivaitonServicechanges:hasActiveProcess()now returns Promiseinstead of boolean. clear()is now asynchronous and returns Promise.
WDOActivaitonServicechanges:- removed
consentstate - replaced
consentApprovewithstartmethod with aconsentargument. consentGetnow returns Promiseinstead of the verification state. documentsInitSDKmethod now returns strongly typed response.presenceCheckInitmethod now returns strongly typed response.introstate now containsconsentRequired: booleanproperty in the corresponding union type.
- removed
1.0.0 (Nov, 2025)
Initial release.
Last updated on Jan 19, 2026 (16:32)
Edit on Github
Send Feedback