diff --git a/garminexport/garminclient.py b/garminexport/garminclient.py index 6e83783b..2f6ae0a6 100755 --- a/garminexport/garminclient.py +++ b/garminexport/garminclient.py @@ -98,7 +98,7 @@ def disconnect(self): def _authenticate(self): """ - Authenticate the user through their Garmin Connect username and password. + Authenticates using a Garmin Connect username and password. The procedure has changed over the years. A good approach for figuring it out is to use the browser development tools to trace all requests @@ -122,7 +122,6 @@ def _login(self, username, password): The return value is a URL where the created authentication ticket can be claimed. For example, "https://connect.garmin.com/modern?ticket=ST-2550833-30KdiEJ3jqvFzLNGi2C7-sso" - The response message looks typically something like this: { "serviceURL":"https://connect.garmin.com/modern/",