I am trying to implement a guard system for an app, which checks if a user is \'superadmin\', \'admin\' or \'user\'. The thing is I am not usin
guard