0
lizhaofeng created
- ABP Framework version: v7.3.0
- UI Type:Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Steps to reproduce the issue:
How to set up a multi-layered Blazor service project to open with a login page by default, and how to configure it to return to the login page upon logout?
2 Answer(s)
-
0
Hi,
You can try to add the
@attribute [Authorize]
attribute to the index page. -
0
hi,liangshiwei
it works fine,thx