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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -