Skip to content

0.17.1 iOS + Android

Compare
Choose a tag to compare
@hvge hvge released this 11 Jan 16:56
· 780 commits to develop since this release

Common Changes

This build adds several small improvements to API for Token Based Authentication and brings complete new IOS library designed for IOS App Extensions.

Android Changes

  • Added PowerAuthTokenStore.getLocalToken() method which simplifies accessing already cached tokens.
  • This version also contains bugfix for PasswordUtil.evaluateStrength() method, which did not work as expected.

IOS Changes

  • Added new pod 'PowerAuth2ForExtensions' library targeting App Extensions. For more details, please check our integration documentation.
  • Added PowerAuthTokenStore.localToken(withName:) method which simplifies accessing already cached tokens.
  • Fixed performance of tokens' in-memory cache
  • This version also contains bugfix for PA2PasswordUtil.evaluateStrength() method, which did not work as expected.