问答 / 1 / 1 / 创建于 4年前
是否生成哈希值
vendor/laravel/framework/src/Illuminate/Auth/TokenGuard.php :83行
if (! empty($token)) { $user = $this->provider->retrieveByCredentials([ $this->storageKey => $this->hash ? hash('sha256', $token) : $token, ]); }
我要举报该,理由是:
推荐文章: