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

Store credentials to avoid errors (given consent) #46

Open
kmchmk opened this issue Sep 6, 2021 · 0 comments
Open

Store credentials to avoid errors (given consent) #46

kmchmk opened this issue Sep 6, 2021 · 0 comments

Comments

@kmchmk
Copy link
Owner

kmchmk commented Sep 6, 2021

Currently we only store the refresh token in local storage every 2 minutes. But I've noticed that sometimes some login errors occurs and then the existing refresh token in memory becomes invalidated. Sometimes this can be solved by restarting the program but sometimes it doesn't and when restarted, it requests login credentials again. This issue can be solved easily if we have credentials stored.

So given the owners permission, we can store the credentials to be used when needed.

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

No branches or pull requests

1 participant