Live-share: AccessToken are not saved on wsl installation

Created on 12 Nov 2019  路  4Comments  路  Source: MicrosoftDocs/live-share

Product and Version [VS/VSCode]: 1.40.0
OS Version [macOS/Windows]: Windows 10 (Build 18980.1)
Live Share Extension Version: 1.0.1123
Target Platform or Language [e.g. Node.js]: node

Steps to Reproduce / Scenario:

  1. Install extension into wsl
  2. Login via Github or Microsoft
  3. Enter Token
  4. See that your are loged in on the status bar
  5. Reload Window
  6. You are no longer logged in

I'm using archlinux, but the same happened to my colleage who is using ubuntu 18.04.

catalina

Most helpful comment

The keytar requests should be routed to the client-side, so in theory, it should work. @Chuxel did you see this before?

Update:

I just realized that we don't use the keytar hence it does not work. That will be fixed when we move to the new auth flow that uses the keytar module.

All 4 comments

Thanks for reporting and the clear repro steps. @legomushroom , any initial thoughts on what may be happening?

The keytar requests should be routed to the client-side, so in theory, it should work. @Chuxel did you see this before?

Update:

I just realized that we don't use the keytar hence it does not work. That will be fixed when we move to the new auth flow that uses the keytar module.

Is there a ticket for the new auth flow that I can subscribe?

@enko please follow the #2982 issue, which talks about the workaround currently and will be closed when we have the new workflow implemented.
Thanks!
Closing this issue now.

Was this page helpful?
0 / 5 - 0 ratings