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

Login randomly triggers password reset #52

Open
wscourge opened this issue Aug 31, 2023 · 2 comments
Open

Login randomly triggers password reset #52

wscourge opened this issue Aug 31, 2023 · 2 comments

Comments

@wscourge
Copy link
Contributor

It happened for multiple requests on multiple accounts. The problem is that when password reset is requested, Garmin sets up a temporary password and does not allow logging-in with the old one.

image

As mentioned, multiple requests with multiple accounts, and this does not happen always, but sometimes it does. I wonder if the requests frequency might have something to do with it? I send them every few minutes (5-10).

@weaming
Copy link

weaming commented Sep 26, 2023

same issue

@gooin
Copy link
Contributor

gooin commented Oct 19, 2023

To circumvent this issue, I propose we reuse login information by utilizing GCClient.loadTokenByFile('/path/to/save/tokens') or GCClient.loadToken(oauth1, oauth2);. This approach should help us avoid unnecessary logins and the subsequent triggering of Garmin's security policy

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

3 participants