We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dd8ad commit 26ca41eCopy full SHA for 26ca41e
README.md
@@ -20,7 +20,7 @@ composer require arietimmerman/laravel-oauth-introspect-middleware
20
and add the Service Provider in your `config/app.php`
21
22
~~~
23
-\ArieTimmerman\Laravel\Oauth2\ServiceProvider::class
+\ArieTimmerman\Laravel\OAuth2\ServiceProvider::class
24
25
26
and add the MiddleWare in your `App/Http/Kernel.php`
@@ -29,6 +29,12 @@ and add the MiddleWare in your `App/Http/Kernel.php`
29
\ArieTimmerman\Laravel\OAuth2\VerifyAccessToken::class
30
31
32
+publish the configuration
33
+
34
+~~~
35
+php artisan vendor:publish
36
37
38
Finally in your `.env` file, define the following properties
39
40
~~~.properties
0 commit comments