-
Notifications
You must be signed in to change notification settings - Fork 87
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
ERROR: Authentication token not available, cannot login. #22
Comments
I'm motivated enough to do a fix and give a pull request. I'd need your guidance on what to do. Implement oauth maybe? |
OAuth2 is documented at https://developers.google.com/identity/protocols/OAuth2, but it might not be appropriate because it needs a consumer id/secret. I suggest to perform a SSL MitM against the Android device and attempt a registration from that. In the past I have used OWASP Webscarab for that purpose, but it has some race condition issues. Its suggested replacement is OWASP Zed. |
I’m currently looking at this: In the context of an extension, this flow gets a bit tricky. Namely, there Luckily, Google and a few other companies have been working on an OAuth for If we do an MitM on the android device, then a) we are adding additional Please let me know your thoughts. On Tue, Jul 7, 2015 at 2:43 AM, Peter Wu [email protected] wrote:
|
@dheerajbhaskar The MitM suggestion was a suggestion for developers that want to debug the login process, it was not intended as an end-user solution. This approach was also used in the past to get the current login procedure. @Walkman100 Drop the part after the |
That makes good sense, Peter. Thanks for pointing out the deprecation notice(don't know how I missed it Would it be okay if I asked you (and others here) for some help on Also how would I do that? As a pull request from a forked repo or as an On Wed, Jul 8, 2015 at 2:01 AM, Peter Wu [email protected] wrote:
|
The typical workflow is:
Please share your code (e.g. via a pull request) if you have any questions about the implementation. That makes it easier to point to issues in the code and provide suggestions. |
Thanks a bunch Rob for taking the time to type this out on detail. I shall I shall create a pull request when I need your help or need to contribute Thanks again, Rob.
|
@Lekensteyn @Rob--W @Walkman100 please do take at the pull request #23 which attempts to fix this issue. |
I can confirm the same issue on Chromium Version 48.0.2564.82 Ubuntu 15.04 (64-bit). |
any luck with this? i still cant login with this issue. ERROR: Authentication token not available, cannot login. Peter, any chances of solving this? this is old for for than 4 years.. |
Hi, well I have same issue.. token not available.. |
I have the same issue with the newest Mac OS version: 2.1.7 |
No solution or alternative? anyone is here? |
Having the same issue here. Not sure if it is a matter of OAuth, I haven't tried logging in, I just downloaded the desktop app for windows, and upon first install and clicking login it already gives me the failure. |
I'm getting this error when I try to login into the addon.
Not sure, but this might be related to #20
What are the potential options we have if it is related to that?
Details
Let me know if more details are needed.
The text was updated successfully, but these errors were encountered: