RESOLVED FIXED Bug 26941
consider saving the cookie used in the bugzilla-tool
https://bugs.webkit.org/show_bug.cgi?id=26941
Summary consider saving the cookie used in the bugzilla-tool
Ojan Vafai
Reported 2009-07-02 16:32:58 PDT
If we store the cookie locally when running the bugzilla-tool, we could avoid needing to login everytime we use it and avoid needing to store our bugzilla passwords on disk. The cookie would expire whenever the bugzilla cookie would normally expire and then we'd have to relogin.
Attachments
Eric Seidel (no email)
Comment 1 2010-01-04 02:47:25 PST
I think this is covered by our use of he mac os keychain.
David Kilzer (:ddkilzer)
Comment 2 2010-01-04 07:10:45 PST
(In reply to comment #1) > I think this is covered by our use of he mac os keychain. Not if you're not using Mac OS X.
Eric Seidel (no email)
Comment 3 2010-01-04 13:25:43 PST
You should feel welcome to re-open this bug. We could also approach this by using something like "keyring": https://bugs.webkit.org/show_bug.cgi?id=32728#c1 to support keychain-like applications on more platforms. Now that autoinstall support has landed, depending on something like keyring is super-simple. http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/__init__.py
Note You need to log in before you can comment on or make changes to this bug.