gpt4 book ai didi

laravel - ttl 在 JWT Auth Laravel 中未过期

转载 作者:行者123 更新时间:2023-12-02 15:18:57 29 4
gpt4 key购买 nike

'ttl' => null,
'refresh_ttl' => null,

我需要 token 不过期..它不起作用,它总是返回“错误”:“ token 已过期”

最佳答案

在文件 vendor/tymon/jwt-auth/config/config.php 中更改行

'ttl' => env('JWT_TTL', 60),

'ttl' => env('JWT_TTL', null),

同时删除这一行的exp

 'required_claims' => [
'iss',
'iat',
'exp',
'nbf',
'sub',
'jti',
],

为我工作

关于laravel - ttl 在 JWT Auth Laravel 中未过期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38709480/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com