From bcb71edf812c9c41833d5a66c39844ec35466190 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 26 Apr 2015 12:37:58 +0200 Subject: Fixed basic authentication --- src/config/auth.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/config/auth.php (limited to 'src/config') diff --git a/src/config/auth.php b/src/config/auth.php deleted file mode 100644 index ee836e2..0000000 --- a/src/config/auth.php +++ /dev/null @@ -1,34 +0,0 @@ - true, - - /* - |-------------------------------------------------------------------------- - | Authentication Providers - |-------------------------------------------------------------------------- - | - | The authentication providers that should be used when attempting to - | authenticate an incoming API request. - | - */ - - 'auth' => [ - 'custom' => function ($app) { - return new AuthProvider; - }, - ] - -]; -- cgit v1.2.3