jasontaylordev / RapidBlazor

Clean Architecture Solution Template for Blazor WebAssembly .NET 7
MIT License
293 stars 53 forks source link

ApplicationUserClaimsPrincipalFactory duplication! #4

Closed achmstein closed 2 years ago

achmstein commented 2 years ago

Why do we have ApplicationUserClaimsPrincipalFactory in Server project? Isn't the one in the Infrastructure layer enough?

jasontaylordev commented 2 years ago

Thanks for spotting this, it was not in use so it has been removed.