dongren7374 2014-04-08 22:21
浏览 42
已采纳

使用PHP客户端库持久登录Google OAuth2

I've been using the PHP client library for Google OAuth2. I have everything working perfectly, however, when the token expires around 3600 seconds (60 min.), I get an error.

I had it set to when the access token expires, it redirects to the home page; like so:

     if($client->isAccessTokenExpired()) {
       session_destroy();
       header('Location: index.php');
     }

Works fine, although rather annoying to a user who is logged on and gets logged out 60 min in, trying to use the app.

How can I make the session longer?

  • 写回答

1条回答 默认 最新

  • dpnvrt3119 2014-04-09 02:12
    关注

    From the docs:

    Access tokens have limited lifetimes. If your application needs access to a Google API beyond the lifetime of a single access token, it can obtain a refresh token. A refresh token allows your application to obtain new access tokens.

    Example:

    if ($client->isAccessTokenExpired()) {
        $client->refreshToken($token->refresh_token);
        $token = $client->getAccessToken();
        // save the new token
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料