- Notifications
You must be signed in to change notification settings - Fork 1
Change the auth cache location #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Currently, our Google Auth stores tokens in
$"{GetHomePath()}/Google.Apis.Auth"(whereGetHomePath()is%APPDATA%on Windows).We should replace this with a custom cache stored in a program-specific folder.