We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed8a2a commit 21bb14cCopy full SHA for 21bb14c
composer.json
@@ -29,7 +29,10 @@
29
"laravel": {
30
"providers": [
31
"Diimolabs\\OAuth\\OAuthServiceProvider"
32
- ]
+ ],
33
+ "aliases": {
34
+ "OAuthClient": "Diimolabs\\OAuth\\Facades\\OAuthClient"
35
+ }
36
}
37
38
src/Middleware/EnsureJwtIsValid.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace Diimolabs\Oauth2Client\Middleware;
+namespace Diimolabs\OAuth\Middleware;
4
5
use Closure;
6
use Firebase\JWT\JWT;
0 commit comments