MERGE_TEST_HR LOGIN ISSUE
This commit is contained in:
commit
050e1e9714
@ -456,7 +456,7 @@ $routes->group("/api", ["filter" => [ 'ratelimit' , 'authJWT' ] ], function ($r
|
|||||||
// $routes->post("updateMpin", "RestAuthenticationController::updateMpin");
|
// $routes->post("updateMpin", "RestAuthenticationController::updateMpin");
|
||||||
$routes->group("employeeRest", ['filter' => [ 'GlobalPostFileUploadGuard', 'appSignature' , 'authJWT','JwtApiRateLimitFilter' ] ], function ($routes) {
|
$routes->group("employeeRest", ['filter' => [ 'GlobalPostFileUploadGuard', 'appSignature' , 'authJWT','JwtApiRateLimitFilter' ] ], function ($routes) {
|
||||||
|
|
||||||
$routes->post('logout', 'RestAuthenticationController::logout');
|
// $routes->post('logout', 'RestAuthenticationController::logout');
|
||||||
|
|
||||||
// $routes->post("getVerifiedUserData", "RestAuthenticationController::getVerifiedUserData");
|
// $routes->post("getVerifiedUserData", "RestAuthenticationController::getVerifiedUserData");
|
||||||
|
|
||||||
@ -514,7 +514,7 @@ $routes->group("employeeRest", ['filter' => ['appSignature','AuthApiRateLimitFil
|
|||||||
$routes->post("getVerifiedUserData", "RestAuthenticationController::getVerifiedUserData");
|
$routes->post("getVerifiedUserData", "RestAuthenticationController::getVerifiedUserData");
|
||||||
$routes->post("verifyEmployeeEmailId", "RestAuthenticationController::verifyEmployeeWithEmailId");
|
$routes->post("verifyEmployeeEmailId", "RestAuthenticationController::verifyEmployeeWithEmailId");
|
||||||
// $routes->post("saveMpin", "RestAuthenticationController::saveMpin");
|
// $routes->post("saveMpin", "RestAuthenticationController::saveMpin");
|
||||||
|
$routes->post('logout', 'RestAuthenticationController::logout');
|
||||||
|
|
||||||
//HR login api's
|
//HR login api's
|
||||||
$routes->post("verifyHrWithMobileNumber", "RestAuthenticationController::verifyHrWithMobileNumber");
|
$routes->post("verifyHrWithMobileNumber", "RestAuthenticationController::verifyHrWithMobileNumber");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user