0
adam-dot-cohen created
-
ABP Framework version: v7.2.1
-
UI type: Blazor Server
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): Tiered, separate OpenIddict server
How do you force authentication for the root of a blazor server project? Presently, the following display the header and navigation side menu before redirecting to Account/Login...
Index.cshtml
OR
_Imports.razor
1 Answer(s)
-
0
hi
, the following display the header and navigation side menu before redirecting to Account/Login...
If the current user is not authenticated the menu and header should be empty, right?
If there is a problem how can I reproduce it?