Zachary Rosenthal

Results 3 comments of Zachary Rosenthal

This is definitely needed! Is this going to be merged anytime soon?

Try ` JWTAuth::setRequest($request)->getToken()` where `$request` is the Request object. You can also use the Request facade to check if the Authorization header exists in Laravel. You may have to adjust...