Level 1
Nevermind, I think I found the solution: http://www.techigniter.in/tutorials/disable-csrf-check-on-specific-routes-in-laravel-5/
Summer Sale! All accounts are 50% off this week.
Laravel5 has CSRF middleware enabled by default - but I have a queue listener on my app that keeps throwing TokenMismatchException since Iron.io does not have a token with the post request which is sent to my app...any Ideas how can I cancel the CSRF validation on a this route?
Please or to participate in this conversation.