Skip to content

Commit

Permalink
Remove middleware in favor of Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmile committed Nov 16, 2024
1 parent 62a12b7 commit 15245cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions app/Http/Middleware/Authenticate.php

This file was deleted.

1 change: 0 additions & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

$middleware->alias([
'admin' => \App\Http\Middleware\RequireAdmin::class,
'auth' => \App\Http\Middleware\Authenticate::class,
'check-authorization-params' => \LucaDegasperi\OAuth2Server\Middleware\CheckAuthCodeRequestMiddleware::class,
'oauth' => \LucaDegasperi\OAuth2Server\Middleware\OAuthMiddleware::class,
'oauth-client' => \LucaDegasperi\OAuth2Server\Middleware\OAuthClientOwnerMiddleware::class,
Expand Down

0 comments on commit 15245cb

Please sign in to comment.