AE-2184 : Implement RBAC functionalities in GUI
Review Request #1113 — Created Oct. 24, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_4_0 | |
| AE-2184 | |
| Reviewers | |
| apoorva.sn, pradeep, shuinvy | |
We dont have the authorization dirtly with login API, we have a user authorization API which Im using to get the role id. Using this role id we will be fetching the assigned devices.
ToDo: This logic should happen on the backend, instead of frontend.Considering the release schedule, we will be continue with frontend logic.
Removed the unused components.
The changes has been tested locally.
