X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6fa093d9d0a2073e872ce545b87ef2eb1b35a99b..refs/pull/1787/head:/app/Config/auth.php diff --git a/app/Config/auth.php b/app/Config/auth.php index 7bf1ae772..5535a6f9c 100644 --- a/app/Config/auth.php +++ b/app/Config/auth.php @@ -36,6 +36,7 @@ return [ 'api' => [ 'driver' => 'token', 'provider' => 'users', + 'hash' => false, ], ], @@ -69,4 +70,4 @@ return [ ], ], -]; \ No newline at end of file +];