Is there any proper way to check authentication status other that just calling Get Resources and seeing if you get an authentication error. (the “X-Gpgauth-Authenticated” header you get from /auth/verify always is false for me)
Can i Extend a Sessions lifetime by calling a certain function, will any call do or is it not possible?
Is there a time limit beyond which a sessions live cannot be extended?
To add to what @Felix said, everytime you make a call the server the session is kept alive, except from one endpoint (see bellow). So you can develop different strategy to check the session status / keep the session alive in the client: