-
Notifications
You must be signed in to change notification settings - Fork 19
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
Reuse auth_cookie instead of relogin #8
Comments
I don't know but you could try this and check if it works. |
I am exploring this idea on the java client here: benceszasz/CareLinkJavaClient#4 Started by saving cookies to file system. Then looking at how nightscout uses this: |
Closing this issue as the token refresh procedure is now implemented. Saving of the tokens to permanent storage will be done together with the implementation of the new Carelink Connect app API. |
Closing |
Will the reuse of auth_cookie be more efficient than repeated logins? Looks like the cookie has an hour lifetime and getting refreshed on use.
The text was updated successfully, but these errors were encountered: