-
Notifications
You must be signed in to change notification settings - Fork 130
[RfE] Authentication: Show authentication status, current account, and add log-out option #213
Comments
I see the point. Just so that you know, you can remove the authentication by deleting the Internet Explorer cookies. Internet Explorer -> Settings Wheel -> Internet Options -> Browsing History -> Delete -> Cookies and website data. And of course, as you've already noticed, if the window closes immediately, that's because you're still logged in and hence the authentication is still valid. The window that opens is a internet explorer that's redirected to the Tumblr login page. But if you're still logged in, the explorer will be directly redirected from the login page to your dashboard, and then TumblThree closes the window as it notices that you're still logged in. |
Aha, I see! So you've made it use IE for authentication/cookies. That's actually really clever and probably time-saving. :) So you don't think we will ever see any of the requests being implemented? I'm sure it'll be a low priority regardless, but I'm curious if you think it will be possible at some point. It would be a great convenience (I didn't even know it was connected to IE until now). :) |
No, I think it's doable and not that much code at all. Basically just read the cookie, and optionally remove it. I just never thought about such an option. |
Ah, I see, hehe. Well then I hope we get to see this feature in the future sometime. Thanks for taking the time to read and respond! :) |
I found that the first time I clicked on the 'Authenticate' button when I was already logged in, it closed immediately as you say. Thinking that was a bug, I clicked on it again and it came up with the login screen again (despite already being logged in), except that in this case when I typed in my email address and clicked the 'Next' button, nothing happened. I have confirmed that I am actually still logged in by closing the window without putting my password in again, then queueing a hidden blog. |
Would it not be possible to have also a configuration setting that enables the user to select auto log-in at the start of TumblThree? This way the application will ensure that the user is always logged in (if this is preferred by the user) |
Well, can confirm. I observed exactly this behaviour, and that was actually my thought process as well, believing that something went wrong I came here to file an issue.. Okay, still working as expected, so all is good. But this comment here still can be considered a "+1" for this request. 😉 |
- Implements the Tumblr login process and cookie handling in code instead of relying on the Internet Explorer for the Tumblr login process. - Shows the currently logged in tumblr user in the settings window (#213).
-- Versions tested --
-- OS-edition used --
-- Request for Enhancement (RfE) --
Suggestion a few enhancements surrounding "Authentication" and its behavior.
Show general authentication status
By adding an indicator, a display, or clearer logging, indicating a form of "authentication status" this problem would be solved.
Show the currently authenticated account (username)
Allow users to swap accounts (log-out & log-in)
Thanks for a great and beautiful app, @johanneszab ❤️
The text was updated successfully, but these errors were encountered: