Changelog

1.2.0 (Jan, 2026)

  • Breaking: New finishActivation state in WDOVerificationService to complete the user verification process by activating a new PowerAuth instance.
    • New method must be called by the client when handling the finishActivation state in the verification flow, i.e. after all verification steps (identity, documents, presence, etc.) have succeeded but before the new PowerAuth instance is used anywhere else in the app: finishActivation(newPaInstance: PowerAuth, activationName: string, password: WDOPowerAuthPassword, validatePassword: boolean).
  • 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: WDOErrorReason property to specify the error cause.
    • added allowOnboardingOtpRetry: boolean property to indicate if OTP retry is allowed (during activation failure).
    • modified onboardingOtpRemainingAttempts to parse the remaining attempts from the original exception (during activation failure).
  • WDOActivaitonService changes:
    • hasActiveProcess() now returns Promise instead of boolean.
    • clear() is now asynchronous and returns Promise.
  • WDOActivaitonService changes:
    • removed consent state
    • replaced consentApprove with start method with a consent argument.
    • consentGet now returns Promise instead of the verification state.
    • documentsInitSDK method now returns strongly typed response.
    • presenceCheckInit method now returns strongly typed response.
    • intro state now contains consentRequired: boolean property in the corresponding union type.

1.0.0 (Nov, 2025)

Initial release.

Last updated on Jan 19, 2026 (16:32) Edit on Github Send Feedback
Search

1.2.x

Digital Onboarding for JS