You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am understanding this correct, the client.py will redirect you to a login page where you will enter user id pwd and pass an access token to the client and this is how authentication will be done. I ran this program and it is not taking me to any web page opening a browser not authenticating. So please let me know if this is a working code or still more work needs to be done.
The text was updated successfully, but these errors were encountered:
This is what you need to do in order to log in successfully.
First follow the updates on issue #2 to the client.py, then add a ts_client.login() to initiate a log in within your code.
if you do this correctly in your text editor/IDE, the output will be a url to paste in your browser, and the response from that url should be pasted back to your text editor/IDE output location.
If I am understanding this correct, the client.py will redirect you to a login page where you will enter user id pwd and pass an access token to the client and this is how authentication will be done. I ran this program and it is not taking me to any web page opening a browser not authenticating. So please let me know if this is a working code or still more work needs to be done.
The text was updated successfully, but these errors were encountered: