CODE merge : GWM

This commit is contained in:
Gowtham M 2025-08-08 11:16:50 +05:30
parent 698012ee85
commit 856d927ee9

View File

@ -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