jasontaylordev / RapidBlazor

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

ApplicationUserClaimsPrincipalFactory duplication! #4

Closed achmstein closed 1 year ago

achmstein commented 1 year ago

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

jasontaylordev commented 1 year ago

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