From 856d927ee983eb8de71a15222b0573ca67401ea1 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Fri, 8 Aug 2025 11:16:50 +0530 Subject: [PATCH] CODE merge : GWM --- app/Config/Routes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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