robhawkes / rawkets

Massively multiplayer space game utilising HTML5 canvas and WebSockets
http://rawkets.com
GNU General Public License v3.0
194 stars 28 forks source link

Twitter authentication details are reset when the browser is closed #12

Open robhawkes opened 13 years ago

robhawkes commented 13 years ago

Currently, Twitter authentication details are only saved as session variables, which means they are lost when the browser window is closed. Changing this to a method using cookies or HTML5 localStorage would be a better idea.