This commit is contained in:
2026-03-10 20:32:04 -05:00
parent 31b825a5d5
commit 23bfcb65db
10 changed files with 911 additions and 961 deletions

View File

@@ -11,6 +11,12 @@ use Throwable;
class ValidateJwt
{
/**
* Handle an incoming request.
*
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
*/
public function handle(Request $request, Closure $next, JwtService $jwtService): Response
{
$header = $request->header('Authorization');