Compare commits
No commits in common. "4d22a1d06328f290aa0c4cf3575042697f464ac7" and "e8383fb93efa95ccce2e7e84cf070fc553a67141" have entirely different histories.
4d22a1d063
...
e8383fb93e
|
@ -18,7 +18,7 @@ use Lcobucci\JWT\Validation\Constraint\ValidAt;
|
|||
class Jwt
|
||||
{
|
||||
private static $secret = 'lF9XkOMfpsR0ODVfbasY2HtDrIps8GIX';
|
||||
private static $expire = 86400;//秒
|
||||
private static $expire = 7200 * 10;//秒
|
||||
private static $iss = 'dxtc';//jwt签发者
|
||||
private static $sub = 'dxtc-customer';//jwt所面向的用户
|
||||
private static $aud = 'dxtc-customer';//接受jwt的一方
|
||||
|
|
Loading…
Reference in New Issue