jfrog / jfrog-vscode-extension

JFrog VS-Code Extension
https://jfrog.github.io/jfrog-vscode-extension
Apache License 2.0
189 stars 34 forks source link

Migrate to native SecretStorage #417

Closed yahavi closed 11 months ago

yahavi commented 11 months ago

This pull request employs the native SecretStore API, which is built upon Electron's safeStorage API instead of relying on KeyTar.

Background information: KeyTar has been officially deprecated and archived. You can find additional details here: https://github.com/atom/node-keytar/issues/482. Further information on this change can be found here: https://code.visualstudio.com/updates/v1_80#_secretstorage-api-now-uses-electron-api-over-keytar.