I am using Laravel to build a RESTful API. I use Basic HTTP Auth (Authenticate header), with this filter:
Authenticate header
Remove 'Illuminate\Cookie\CookieServiceProvider', from your providers array in app.php. It should do the trick :)
'Illuminate\Cookie\CookieServiceProvider',
providers