Logging out after inactivity

Can someone give me a quick tutorial on how it works? I read that there's sliding timeout for Angular, but not Blazor. How do I ensure that a user is logged out after x minutes of inactivity?

Radzen Blazor applications rely entirely on ASP.NET Core Identity. Here is how to tweak its configuration: Configure ASP.NET Core Identity | Microsoft Docs

Check here for instructions how to add additional configuration code to a Radzen Blazor application: Customizing generated application (Blazor) (Blazor)

1 Like

@kgordon
Hi,
When you have a chance, can you share your solution in setting up to force log out the user after x minutes of activity?

Thank you.
J