Skip to content

Tags: web-eid/web-eid-webextension

Tags

Verified

This tag was signed with the committer’s verified signature.
metsma Raul Metsma

v2.2.2

Toggle v2.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
metsma Raul Metsma
tag v2.2.2

v2.2.1

Toggle v2.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
metsma Raul Metsma
tag v2.2.1

v2.2.0

Toggle v2.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mrts Mart Sõmermaa
Tag v2.2.0

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mrts Mart Sõmermaa
Tag v2.0.1

v2.0.0-rc1

Toggle v2.0.0-rc1's commit message
feat: version checking added to extension

Version checking was removed from the library and added to the extension side for greater flexibility

WE2-605

Signed-off-by: Tanel Metsar <[email protected]>

v1.0.2

Toggle v1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
mrts Mart Sõmermaa
Tag v1.0.2

v1.0.2-rc1

Toggle v1.0.2-rc1's commit message
fix: simultaneous commands are not possible when using Safari

* The website, via web-eid library, may still initiate simultaneous requests, but the extension will send them to the native app one-by-one
* Updated eslint to 7.32.0 to resolve a security warning
* Version bump to 1.0.2

Signed-off-by: Tanel Metsar <[email protected]>

v1.0.1-rc1

Toggle v1.0.1-rc1's commit message
fix: fetch fails in Safari 14 as requests from background script are …

…considered as CORS

* Fetch is now done in content script
* Moved TokenSigning script to separate files to clean up content.ts

Signed-off-by: Tanel Metsar <[email protected]>