Releases: web-eid/web-eid-app
Releases · web-eid/web-eid-app
v2.1.0
v2.1.0-rc1
Revert "Remove PKCS11 module from Firefox" This reverts commit 4118e4cde6d02d72b8983316d3c9d57f263548a7. Signed-off-by: Raul Metsma <[email protected]>
v2.0.1
v2.0.0 is a major backwards incompatible release that changes the Web eID authentication token format. In version 1, the authentication token was in the OpenID X509 ID Token (JWT) format in order to be compatible with the standard OpenID Connect ID Token specification. The JWT format was found out to be undesirable, as it implies that the claims presented in the Web eID authentication token can be trusted and processed, while they actually cannot be trusted. Therefore a custom JSON-based format was adopted for the Web eID authentication token in version 2.
Full list of changes is in the v2.0.0 and v2.0.1 milestone.
The release binaries are available from web-eid.eu.
v2.0.0-rc1
feat(macos): update extension JavaScript with v2 changes WE2-612 Signed-off-by: Mart Somermaa <[email protected]>
v1.0.2
v1.0.2-rc5
Revert some changes to fix auth multiple cards WE2-575 Signed-off-by: Raul Metsma <[email protected]>
v1.0.2-rc4
Quit application after closing fatal error page WE2-573 Signed-off-by: Raul Metsma <[email protected]>
v1.0.2-rc3
Fix Safari cancel message WE2-571 Signed-off-by: Raul Metsma <[email protected]>
v1.0.2-rc2
Optimize, response version number from extension WE2-563 Signed-off-by: Raul Metsma <[email protected]>
v1.0.2-rc1
Add additional parameter when Safari extension starts application and…