question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Should github.hosts be stored in local storage?

See original GitHub issue

Not sure it’s useful to have in my settings.json, can this be hidden in local storage?

  "github.hosts": [
    {
      "host": "https://github.com",
      "username": "oauth",
      "token": "system"
    }
  ]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
shanacommented, Sep 10, 2018

@Tyriar When you say it’s no longer system, do you mean you went through the sign in process and it added the entry in the settings file with system, and then sometime later it became the actual token?

Could you check your system credential manager and see if you have an entry there named vscode-pull-request-github with token in it, and whether it matches?

Having the configuration hidden away and able to be overridden by the setting file is a good idea, I’ll see what I can do.

0reactions
queervioletcommented, Nov 8, 2018

This should be fixed by #659

Read more comments on GitHub >

github_iconTop Results From Across the Web

access token should not be stored in localstorage? #98
I agree, this apparently needs updated since other Auth0 employees have advised against storing access tokens in localstorage/cookies. 1
Read more >
Sensitive infomation are being persisted in local storage
Describe the bug All cognito session tokens id, access and refresh tokens are being persisted into localstorage.
Read more >
local-storage · GitHub Topics
AsyncLocalStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app in web browser. It should be used instead...
Read more >
softvar/awesome-web-storage: Everything you need ...
The data stored in localStorage persists until explicitly deleted. Changes made are saved and available for all current and future visits to the...
Read more >
nbubna/store: A better way to use localStorage and ...
Again, most users should not need this feature. All of these use the browser's localStorage (aka "local"). Using sessionStorage merely requires calling the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found