0
mz_s73 created
- ABP Framework version: v7.3.1
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): Yes
We have implemented an auto logout feature after a specific timeout period. Currently we don't want the user to be redirected to login page instead we want to show a Login Modal on that same page. What is the best way to achieve this using Blazor & components? Are there any samples/references?
3 Answer(s)
-
0
hi
The current login is an MVC page, and you cannot show it in the Blazor component, which means it must be redirected to the login page by default.
-
0
Hi Mali, is this included in any future roadmap ?
-
0
hi
No included in the roadmap as far I know.