Replies: 2 comments 2 replies
|
I don't think so, maybe the retry part, but the rest (token storage, getting MFA code from user) is project specific. demo is to demonstrate all possible scenarios. The real 'init' is : |
1 reply
|
Credential helper using os keyrings would be a good addition yes. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello there,
Thank you for the big work on the library - I am super-new here.
I was wondering if e.g.
python-garminconnect/demo.py
Line 4701 in 414b540
It has a lot of details, handling, and logic (use tokenstore, try to login, explain errors to user) - that people should not implement themselves.
I did a cursory search of the repository - but I didn't find such function as part of the library, e.g.:
All reactions