diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 065657f..03a4e52 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -18,12 +18,12 @@ $routes->get('metadata', 'SamlController::metadata'); //login api -$routes->group('api', ['filter' => 'appSignature'], function ($routes) { +// $routes->group('api', ['filter' => 'appSignature'], function ($routes) { $routes->post('auth/login', 'AuthController::login'); $routes->get('auth/oauthClient', 'AuthController::oauthClient'); $routes->post('auth/oauthlogin', 'AuthController::oauthlogin'); $routes->get('auth/msRedirectionHandler', 'AuthController::msRedirectionHandler'); -}); +// }); //forgot password @@ -32,7 +32,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass //api's with token - $routes->group('api', ['filter' => 'jwtAuth|appSignature'], function ($routes) { + $routes->group('api', ['filter' => 'jwtAuth'], function ($routes) { //Organization