acherkashin / yandex-music-extension

Extension allows you enjoy listening to YandexMusic right in your favorite code editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance password storing reliability

acherkashin opened this issue · comments

Currently credentials are stored in settings.json file which is completely unsecure.

Need to use whether node-keytar library or native vscode wrapper around this library when it will be stable.

Why are you using credentials instead of a token?

@MarshalX It is good question, I think I need to store token instead of credentials as you've suggested and store it in SecretStorage