fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.29k stars 1.58k forks source link

Why are there two FSHPermissions? #1043

Closed AliRafayKL closed 1 month ago

AliRafayKL commented 1 month ago

One is in blazor shared and other in Modules Shared? Shouldn't it be a single shared. Only the hangfire permission is new in the blazor shared. Shouldn't it also be managed from server?

iammukeshm commented 1 month ago

Yep, that has to be refactored and moved into a single library.

AliRafay commented 1 month ago

I am creating a PR for this. #1045