Tags: web-eid/web-eid-webextension
Tags
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]>
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]>
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]>
PreviousNext