Skip to content

v1.3.0

Latest

Choose a tag to compare

@JanSlabon JanSlabon released this 19 Feb 08:33
· 1 commit to main since this release
  • Fixed URL creation in Client::getOauth2Info().
  • Removed Client::json_decode() helper method.
  • Added Client::createAccountToken() method.
  • Enabled processing of ECC signatures.
  • Added handling of accountId setting in generate-token.php script which is used in the new Client::createAccountToken() method.
  • Add LTV only in the additional DSS update in all related demos.
  • Added numSignatures to getAuthorizationUrl() call (seems to be required by some endpoints) in async-demo.php.
  • Added handling of new optional setting flag allowTrustedIntermediateCertificatesWithoutVri which is forward to the Collector class in async-demo.php.