[GH-ISSUE #375] [Improve] Execute root actions from HelperTool #373

Open
opened 2026-03-03 19:17:56 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Jan 20, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/375

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 Brief

Currently, there are several action that need proper authentication from users, such as:

  • Auto Install Key to Keychain
  • Delete keychain
  • Generate certificate on non-admin user
    Each of action need to prompt the User authentication, which is bad UIUX

I would suggest to delegate this work to Helper Tool if it's already installed at the first launch. Thus, we don't need to prompt anymore.

👑 Criteria

  • Delegate some work to Helper Tool
  • Keep the old code for roll-back action
Originally created by @NghiaTranUIT on GitHub (Jan 20, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/375 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 Brief Currently, there are several action that need proper authentication from users, such as: - Auto Install Key to Keychain - Delete keychain - Generate certificate on non-admin user Each of action need to prompt the User authentication, which is bad UIUX I would suggest to delegate this work to Helper Tool if it's already installed at the first launch. Thus, we don't need to prompt anymore. ## 👑 Criteria - [ ] Delegate some work to Helper Tool - [ ] Keep the old code for roll-back action
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#373
No description provided.