In the handle() method of my middleware, I currently have: return $next($request); But I would like...
I am following the stateless http authentication code stated at http://laravel.com/docs/master/authe...
I am creating an API with RESTful Controllers, how can I utilize the CSRF token protection provided...
I am using the stateless HTTP authentication as described at http://laravel.com/docs/master/authenti...
I have the following: Route::get('profile', ['middleware' => 'auth.basic', function() { // Only a...
I POST the entire string of the variable data mentioned above. And I am receving it in Laravel with...
I tried that $casts protected array, but the toArray() outcome is the same...
Thank you sp01010011, but what if I want to return a token to the user after the auth middleware is...
Basically can I forward some JSON to into $next($request) and then return the whole thing? If it isn...
Thanks for your help, but I am using a middleware but not AuthController... I cannot use the protect...
The Laravel portal for problem solving, knowledge sharing and community building.