Hi there! How does FastCron ensure security and data privacy when managing cronjobs for multiple websites, especially considering the collaborative nature of the tool? I'm excited to explore our tool! :)
Thanks for your interest. Account owners can add team members with predefined roles (admin, member, and viewer). They can also limit a team member to manage only cronjobs in predefined groups. For example, developers can view, edit, and run cronjobs in the DEV group, while QA can manage cronjobs in the QA/pre-prod group.
Other security measures are standard: password hashing, checking passwords leaked (from haveibeenpwned), two-factor authentication, login throttling limit, data encryption at rest and in transit, etc.