Skip to content

Instantly share code, notes, and snippets.

@ClaudioHenrique
Created December 22, 2015 03:50
Show Gist options
  • Save ClaudioHenrique/1605983aafa12a80b64e to your computer and use it in GitHub Desktop.
Save ClaudioHenrique/1605983aafa12a80b64e to your computer and use it in GitHub Desktop.
/* 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