vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

Be an AuthenticationProvider so connection passwords can be held in keystore

Open gjsjohnmurray opened this issue 1 year ago • 0 comments

Connection passwords can either be stored as plaintext in the connection definition or else be prompted for every time you connect.

Become an AuthenticationProvider that can store passwords in the workstation keystore/keychain. This API arrived in VS Code 1.54.

I think this is better approach than the env-variables one suggested in #452.

gjsjohnmurray avatar Aug 01 '22 11:08 gjsjohnmurray