- Issue created by @dev2.addweb
- 🇮🇳India dev2.addweb
I have added Role-Based Authentication, Please review it.
Currently, commands like drush pm:uninstall and drush updb can be run after a user is authenticated, but we need an additional layer of security to restrict command execution to specific user roles.
Add a role-based authentication check to sensitive/critical Drush commands to ensure that only users with specific roles can execute them.
Active
1.0
Code
I have added Role-Based Authentication, Please review it.