swdotcom / swdc-vscode

Time-tracking plugin for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode
Apache License 2.0
451 stars 46 forks source link

oauth login impl #500

Closed xavluiz closed 1 month ago

xavluiz commented 3 months ago

AuthProvider.ts --> fetch sessions public async getSessions(scopes?: string[]): Promise<readonly AuthenticationSession[]>

"A storage utility for secrets. Secrets are persisted across reloads and are independent of the current opened workspace.

const allSessions = await this.context.secrets.get(SESSIONS_KEY);"