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 c87debd commit 6bb1ec8Copy full SHA for 6bb1ec8
src/OAuth2ServerServiceProvider.php
@@ -166,5 +166,6 @@ private function bootFilters()
166
$this->app['router']->filter('check-authorization-params', 'LucaDegasperi\OAuth2Server\Filters\CheckAuthCodeRequestFilter');
167
$this->app['router']->filter('oauth', 'LucaDegasperi\OAuth2Server\Filters\OAuthFilter');
168
$this->app['router']->filter('oauth-owner', 'LucaDegasperi\OAuth2Server\Filters\OAuthOwnerFilter');
169
+ $this->app['router']->middleware('LucaDegasperi\OAuth2Server\Middleware\OAuthExceptionHandlerMiddleware');
170
}
171
0 commit comments