From d201c69a8bb6cf7407ac3a6c0a0e89f183061682 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 19 Feb 2019 21:58:25 -0500 Subject: [PATCH] update config file --- config/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/auth.php b/config/auth.php index 78175010..897dc826 100644 --- a/config/auth.php +++ b/config/auth.php @@ -44,6 +44,7 @@ return [ 'api' => [ 'driver' => 'token', 'provider' => 'users', + 'hash' => false, ], ],