Open Closed

Show login functionality in a Modal #6901


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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.

  • User Avatar
    0
    mz_s73 created

    Hi Mali, is this included in any future roadmap ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    No included in the roadmap as far I know.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11