Should github.hosts be stored in local storage?
See original GitHub issueNot 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:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@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 withsystem, 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-githubwith 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.
This should be fixed by #659