IdleSessionWarning 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package IdleSessionWarning --version 1.0.3
NuGet\Install-Package IdleSessionWarning -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IdleSessionWarning" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IdleSessionWarning --version 1.0.3
#r "nuget: IdleSessionWarning, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.0.4.1 2,007 3/23/2017
1.0.4 1,197 3/17/2017
1.0.3 15,087 9/14/2016
1.0.2 1,044 9/6/2016
1.0.1 1,342 9/1/2016
1.0.0 1,439 8/30/2016

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.