X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=config%2Fauth.php;h=736a87ede2fcddeedc0f75c44284028fe13281d6;hb=c426e270c4da363fd5547cad6ff185d2e7c94e43;hp=d8c6cee7c19c410449b5b9458bde053ae8f5bda0;hpb=4bf2dd1dd1f6d31b2ebe299b7495a8b0e259ec77;p=alttp.git diff --git a/config/auth.php b/config/auth.php index d8c6cee..736a87e 100644 --- a/config/auth.php +++ b/config/auth.php @@ -40,6 +40,11 @@ return [ 'driver' => 'session', 'provider' => 'users', ], + 'api' => [ + 'driver' => 'token', + 'provider' => 'users', + 'hash' => false, + ], ], /*