Created
December 22, 2015 03:50
-
-
Save ClaudioHenrique/1605983aafa12a80b64e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Middleware JWTAuthNew - Verifica todos os requisitos de autenticação antes de permitir que a rota deseja executada */ | |
Route::group(array('middleware' => 'jwt.auth.new'), function(){ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment