|
@@ -3,15 +3,15 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace SMartins\PassportMultiauth\Http\Middleware; |
|
4
|
4
|
|
|
5
|
5
|
use Closure; |
|
|
6
|
+use Illuminate\Auth\AuthenticationException; |
|
|
7
|
+use Illuminate\Auth\CreatesUserProviders; |
|
6
|
8
|
use Illuminate\Http\Request; |
|
7
|
9
|
use Illuminate\Support\Collection; |
|
8
|
10
|
use Illuminate\Support\Facades\App; |
|
|
11
|
+use League\OAuth2\Server\Exception\OAuthServerException; |
|
9
|
12
|
use League\OAuth2\Server\ResourceServer; |
|
10
|
|
-use Illuminate\Auth\CreatesUserProviders; |
|
11
|
|
-use Illuminate\Auth\AuthenticationException; |
|
12
|
|
-use SMartins\PassportMultiauth\ProviderRepository; |
|
13
|
13
|
use SMartins\PassportMultiauth\Guards\GuardChecker; |
|
14
|
|
-use League\OAuth2\Server\Exception\OAuthServerException; |
|
|
14
|
+use SMartins\PassportMultiauth\ProviderRepository; |
|
15
|
15
|
use Symfony\Bridge\PsrHttpMessage\Factory\DiactorosFactory; |
|
16
|
16
|
|
|
17
|
17
|
class ConfigAccessTokenCustomProvider |
Please login to merge, or discard this patch.