Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh_ttl 设置为 null 会报错 #13

Closed
teg1c opened this issue Apr 14, 2021 · 1 comment
Closed

refresh_ttl 设置为 null 会报错 #13

teg1c opened this issue Apr 14, 2021 · 1 comment

Comments

@teg1c
Copy link
Contributor

teg1c commented Apr 14, 2021

HyperfExt\Jwt\Blacklist 这个类初始化 第三个参数只能为 int

public function __construct(StorageInterface $storage, int $gracePeriod, int $refreshTtl)
    {
        $this->storage = $storage;
        $this->gracePeriod = $gracePeriod;
        $this->refreshTtl = $refreshTtl;
    }
@ericyzhu
Copy link
Member

#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants