Open ardalis opened 3 years ago
See: https://docs.microsoft.com/en-us/aspnet/core/security/authorization/policies?view=aspnetcore-5.0
Address authentication for everything under /Pages/Profile to eliminate duplication of [Authorize] attribute.
[Authorize]
See also: https://ardalis.com/favor-privileges-over-role-checks/
See: https://docs.microsoft.com/en-us/aspnet/core/security/authorization/policies?view=aspnetcore-5.0
Address authentication for everything under /Pages/Profile to eliminate duplication of
[Authorize]
attribute.