如何在同一时间使用web / api guard?

时间:2016-09-06 08:54:32

标签: laravel laravel-5.2 laravel-5.3

auth.php配置文件中,我有默认设置:

'defaults' => [
        'guard' => 'api',
        'passwords' => 'users',
    ],

这意味着默认情况下将使用api授权api_token。 如何在同一时间使用web / api guard?

因为我有两个应用程序部分,web和RESTfull。

当我使用'guard' => 'api'并尝试从Web版应用程序注销/登录时,我收到错误:

Call to undefined method Illuminate\Auth\TokenGuard::attempt()

Call to undefined method Illuminate\Auth\TokenGuard::logout()

0 个答案:

没有答案