Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Token Path To UserProfile #114

Merged
merged 2 commits into from
Feb 19, 2020
Merged

Update Token Path To UserProfile #114

merged 2 commits into from
Feb 19, 2020

Conversation

peombwa
Copy link
Member

@peombwa peombwa commented Feb 19, 2020

This PR moves the token cache from the SDKs installation directory to a users profile.

The token will be saved in the following directories for these platforms:

Windows Linux MacOS
C:\Users{USERNAME} /home/{USERNAME} /Users/{USERNAME}

It closes #109

@peombwa peombwa requested a review from darrelmiller February 19, 2020 00:24
@peombwa peombwa self-assigned this Feb 19, 2020
@peombwa peombwa merged commit 155b8c9 into dev Feb 19, 2020
@peombwa peombwa deleted the po/UpdateTokenPath branch February 19, 2020 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store token cache file under %UserProfile%
2 participants