We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening a new ticket since the old one was closed and full of api changes.
It seems the garth.login method always returns None when a MFA enabled account is used and return_on_mfa=True
result = self.garth.login( self.username, self.password, return_on_mfa=True )
I believe garth.login -> client.login which is http.login which points to sso.login But http.login doesn't return the same args
Can you shed a light, see what I do wrong, or if there is a bug?
variable title is holding "MFA" in sso.login, but the returned dict never ends up in garth.login (= None)
Running with garth 0.5.2 btw, trying to adapt my example.py
The text was updated successfully, but these errors were encountered:
I'll take a look
Sorry, something went wrong.
Any luck in finding if there is an issue, and/or fix?
@matin I got it working, see PR #92 hope you can merge it, if it can be optimized please do ofcourse!
No branches or pull requests
Opening a new ticket since the old one was closed and full of api changes.
It seems the garth.login method always returns None when a MFA enabled account is used and return_on_mfa=True
I believe garth.login -> client.login which is http.login which points to sso.login
But http.login doesn't return the same args
Can you shed a light, see what I do wrong, or if there is a bug?
variable title is holding "MFA" in sso.login, but the returned dict never ends up in garth.login (= None)
Running with garth 0.5.2 btw, trying to adapt my example.py
The text was updated successfully, but these errors were encountered: