- Added support for OIDC Activation (issue#235)
- Fixed issue, when entered correct password was reported as invalid in some rare cases (issue#329)
- Added
PowerAuthCryptoUtilswith functions for hashing and random bytes generation (see Crypto Utilities for more details) - Added helper method to create
PowerAuthPasswordfrom string (PowerAuthPassword.fromString) (see Secure Password for more details) - Added User Info feature to retrieve user-related information from the server
- Added
PowerAuthStorageUtilscache API with secure & standard storage (see Storage Utilities) - Fixed bridged native error processing on Cordova (issue#302)
- Token-based authentication now automatically synchronizes time if needed (see Token-Based Authentication for more details)
- Fixed Android Encryptor crashing on missing
putLongJNI bindings (issue #264) - Added Time Synchronization service
- Upgraded the PowerAuth native SDK to
1.9.5- Biometric authentication offloaded to the background thread
- Opportunity to sign Base64 encoded data with
signDataWithDevicePrivateKey- we added the
dataFormatparameter with possibleUTF8andBASE64values for the data to be signed
- we added the
- Added
PowerAuthUtilsthat providesgetEnvironmentInfowith device, system and app info - Fixed issue on Cordova when iPadOS was recognized as Android in some cases
- Fixed
validatePasswordAPI on iOS that returned wrong value
- Added
PowerAuthUtilsthat providesgetEnvironmentInfowith device, system and app info - Fixed issue on Cordova when iPadOS was recognized as Android in some cases
- Migration to the latest native PowerAuthSDK stack (1.9.x)
- Use migration guide for a smooth migration
- Support for the new React Architecture
- Native PowerAuth SDK version raised to 1.7.12
- Fixed build problems on Xcode 16.3
- OpenSSL upgraded to version
1.1.1w
- Library renamed to
PowerAuth Mobile JS - Added Cordova support