All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning. See Keep A Changelog for instructions on how to maintain this file.
- Public interface of
Authenticator
supports overriding session code
- Add Id Card signing support
- Refactor both Mobile Id and Id Card signing to use the same base class
Refactoring release. Minor backwards compatibility break for the Authenticator
class.
- Overall documentation improvements
- Fix random
SPChallenge
generation with PHP 7: return valid UTF-8 hex challenges, not binary
- Use
ircmaxell/random-lib
to generate random numbers for mobile ID authentication queries - Public interface of
Authenticator
has changed: session code is now held internally and is not passed as a parameter to calls afterauthenticate
Initial release that contains prototype mobile ID authentication and file signing functionality through the
\Bigbank\DigiDoc\Services\MobileId\Authenticator
and \Bigbank\DigiDoc\Services\MobileId\FileSigner
services