Stateless HTTP basic login filter
Route::filter('auth.api', function() { return Auth::onceBasic(); });