2
votes
2answers
223 views

Is using cookies from a web-browser a sane rationale for desktop application development?

I am looking at making an application that would make OpenID authentication with desktop clients easy. The rationale is to steal the cookies from the web-browser, so as to avoid having to hard-code ...