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
Post a Comment