google app engine - Can you adjust how long appengine's appcfg remembers passwords? -


i'm regularly releasing google appengine application through command line utility appcfg.sh/appcfg.cmd. unfortunately, cookie stores password has short expiration time; week or less. possible extend period?

why not use oauth2 token instead of using password based authentication?

it more convenient , can permanently stored, no more typing passwords!


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -