Process Flow - Role-based access control (RBAC)
User logs in
System checks user role
Match role to permissions
Grant access to allowed features
Deny access to restricted features
User performs actions based on permissions
User logs in, system checks their role, matches permissions, then grants or denies access accordingly.