logout option
A little bit more background?
way to logout from api. so it won't be like cached serverside if relogin in short time
Do you know how the logout is done in the app?
no, I don't know.
There is no proto for that (currently?). The App probably just logs you in with the different account and lets the token of the other account run out.
Yes. There is also no login if you think it from the plain API side. You just execute something with the OAUTH token (google or ptc) and the request get redirected to some further server and there it get's re-executed. I will change this thinking of the login process in pgoapi soon.
Is there a way to retrive the token after we perform login, this way we can keep using it for all the future calls, until it expires, re-login for each client call is somehow suspicious. Thanks