Skip to content

2.3

Compare
Choose a tag to compare
@jalukse jalukse released this 06 Jan 14:50
· 11 commits to master since this release

Changed

  • If user picks wrong verification code then UserSelectedWrongVerificationCodeException is thrown (previously TechnicalErrorException was thrown)
  • Minimal PHP version lifted to 7.4

Added

  • Added intermediate exceptions (UserAccountException if there is problem with user Smart-ID account, UserActionException if the exception is caused by user's actions, EnduringSmartIdException if something is wrong with Smart-ID service or the integration configuration is invalid) so there is no need to handle each case independently.
  • New method SmartIdAuthenticationResponse::getDocumentNumber()
  • Usage examples added to README.md