jonathan-martz/lumen-provider-auth

Php Lumen Provider Auth


License
MIT

Documentation

Installations

add to routes/web.php

$router->post('/user/todo/select', [
	'middleware' => 'auth',
	'uses' => 'TodoController@select'
]);