CODE merge : GWM
This commit is contained in:
parent
698012ee85
commit
856d927ee9
@ -18,12 +18,12 @@ $routes->get('metadata', 'SamlController::metadata');
|
|||||||
|
|
||||||
|
|
||||||
//login api
|
//login api
|
||||||
$routes->group('api', ['filter' => 'appSignature'], function ($routes) {
|
// $routes->group('api', ['filter' => 'appSignature'], function ($routes) {
|
||||||
$routes->post('auth/login', 'AuthController::login');
|
$routes->post('auth/login', 'AuthController::login');
|
||||||
$routes->get('auth/oauthClient', 'AuthController::oauthClient');
|
$routes->get('auth/oauthClient', 'AuthController::oauthClient');
|
||||||
$routes->post('auth/oauthlogin', 'AuthController::oauthlogin');
|
$routes->post('auth/oauthlogin', 'AuthController::oauthlogin');
|
||||||
$routes->get('auth/msRedirectionHandler', 'AuthController::msRedirectionHandler');
|
$routes->get('auth/msRedirectionHandler', 'AuthController::msRedirectionHandler');
|
||||||
});
|
// });
|
||||||
|
|
||||||
|
|
||||||
//forgot password
|
//forgot password
|
||||||
@ -32,7 +32,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass
|
|||||||
|
|
||||||
|
|
||||||
//api's with token
|
//api's with token
|
||||||
$routes->group('api', ['filter' => 'jwtAuth|appSignature'], function ($routes) {
|
$routes->group('api', ['filter' => 'jwtAuth'], function ($routes) {
|
||||||
|
|
||||||
|
|
||||||
//Organization
|
//Organization
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user