In the old application i had a permissions framework that was based of an SQLite database and each screen being tagged with a section and function, e.g. Section: Merchant Function: View
These configs were assigned then to user roles, e.g. Administrator, Viewer etc
I would like something similair in the blazor app not sure the best way to manage/store the permission configuration, you can make a call on this if you dont mind.
The permissions also must be used to hide/display buttons in the application as well, e.g. a user that cant edit merchants should not see the edit button on the merchant list. Likewise someone who has no permissions on operators should not see the Operator Management sidebar menu.
In the old application i had a permissions framework that was based of an SQLite database and each screen being tagged with a section and function, e.g. Section: Merchant Function: View
These configs were assigned then to user roles, e.g. Administrator, Viewer etc
I would like something similair in the blazor app not sure the best way to manage/store the permission configuration, you can make a call on this if you dont mind.
The permissions also must be used to hide/display buttons in the application as well, e.g. a user that cant edit merchants should not see the edit button on the merchant list. Likewise someone who has no permissions on operators should not see the Operator Management sidebar menu.