You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
- Guidance on [reporting issues](https://community.intersystems.com/post/using-intersystems-objectscript-vs-code-how-report-issues). This guidance also appears in a later section of this document.
16
16
17
+
## Pre-Release Information
18
+
19
+
This is a pre-release which improves security as follows:
20
+
- Uses the authentication provider in Server Manager version 3 to retrieve connection passwords in a way which requires explicit consent from the VS Code user.
21
+
- No longer returns a connection's password in the result of the `serverForUri` API.
@@ -183,7 +189,7 @@ This settings object is useful for both client-side and server-side development.
183
189
184
190
- Setting the `username` property is optional. If omitted it will be prompted for when connecting, then cached for the session.
185
191
186
-
- Setting a plaintext value for the `password` property is **not** recommended. Instead, run the `InterSystems Server Manager: Store Password in Keychain` command from Command Palette.
192
+
- Setting a plaintext value for the `password` property is **not** recommended. Instead, install the InterSystems Server Manager extension and use that to store your password securely.
187
193
188
194
- If no password has been set or stored it will be prompted for when connecting, then cached for the session.
0 commit comments