DEV Community

Discussion on: JWT authentication for Lumen 5.4

Collapse
 
peppeg85 profile image
peppeg85

hello, thanks for your great post, jus one question, in the jwtmiddleware, when you
return $next($request); then how can i retrieve the $request (so the logged user data) in the next controller?