aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi/AuthProvider.php
diff options
context:
space:
mode:
authorCamil Staps2015-04-26 12:37:58 +0200
committerCamil Staps2015-04-26 12:37:58 +0200
commitbcb71edf812c9c41833d5a66c39844ec35466190 (patch)
tree1a7d04482ca4676b4384fce3367f49e67b8b10f6 /src/CamilStaps/BotleaguesApi/AuthProvider.php
parentmigrations have package's namespace for compatibility (diff)
Fixed basic authentication
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/AuthProvider.php')
-rw-r--r--src/CamilStaps/BotleaguesApi/AuthProvider.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/CamilStaps/BotleaguesApi/AuthProvider.php b/src/CamilStaps/BotleaguesApi/AuthProvider.php
deleted file mode 100644
index 6cf152d..0000000
--- a/src/CamilStaps/BotleaguesApi/AuthProvider.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-namespace CamilStaps\BotleaguesApi;
-
-use Illuminate\Http\Request;
-use Dingo\Api\Routing\Route;
-use Dingo\Api\Auth\ProviderInterface;
-use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
-
-class AuthProvider implements ProviderInterface {
-
- public function authenticate(Request $request, Route $route) {
- var_dump($request, $route):
- die('hello');
- }
-
-}
-
- die('hello'); \ No newline at end of file