IdleSessionWarning 1.0.3
See the version list below for details.
dotnet add package IdleSessionWarning --version 1.0.3
NuGet\Install-Package IdleSessionWarning -Version 1.0.3
<PackageReference Include="IdleSessionWarning" Version="1.0.3" />
paket add IdleSessionWarning --version 1.0.3
#r "nuget: IdleSessionWarning, 1.0.3"
// Install IdleSessionWarning as a Cake Addin #addin nuget:?package=IdleSessionWarning&version=1.0.3 // Install IdleSessionWarning as a Cake Tool #tool nuget:?package=IdleSessionWarning&version=1.0.3
Configurable idle session warning via bootstrap modal to warn about session expiration.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.3 Replaced dependency on forms authentication timeout with app setting. 1.0.2 Fixes grammer. 1.0.1 Fixes issue with logout function.
Known Issues:
1) .Net Identity dependence.
The partial view references User.Identity.IsAuthenticated. Replace this line with your line returning true or false from your authentication provider.
2) Hard coded namespace of controller class
The SessionController class should change to be under your project's namespace when the nuget package is installed.