Unverified Commit 4b0edbf6 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

adding logout method

No related merge requests found
Showing with 5 additions and 1 deletion
+5 -1
......@@ -292,4 +292,8 @@ public class UserService {
return result;
}
}
\ No newline at end of file
public ResponseEntity<String> logout(String userId) throws IOException {
return keycloakUserCredentialPersister.usrLogout(userId);
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment