hoeyi / Ozym

A web-application for tracking personal finances. Built using Blazor, ASP.NET Core, and Entity Framework Core.
3 stars 0 forks source link

Implement role-based access control for Blazor pages #254

Open hoeyi opened 4 months ago

hoeyi commented 4 months ago

Statement

As an admin, I want to define and assign access permissions to users so that I can control access to pages and features within the app.

Description

Implement a role-based access control system for the pages in the app. It would be helpful if the role definition could be fine-grained down to pages, but simple admin/viewer/editor roles will suffice.

Acceptance Criteria

Describe the conditions by which this requirement will be satisfied.

hoeyi commented 1 month ago

Deferring the following for later features: