Add logout functionality in controller and datastore access
<UserStory> AUTH003: Logout User </UserStory> <Changes> - Added logout() method in ZenvyController and AuthenticationManagementService - Implemented logout handling in AuthenticationManagementService </Changes> <Review> Smitha Mohan </Review>
This commit is contained in:
@@ -8,6 +8,7 @@ AuthenticationContext ZenvyController::login(const std::string& email, const std
|
||||
|
||||
void ZenvyController::logout()
|
||||
{
|
||||
m_authenticationManagementService->logout();
|
||||
}
|
||||
|
||||
void ZenvyController::changePassword(const std::string& password) const
|
||||
|
||||
Reference in New Issue
Block a user