session-expiration-alert
Advanced tools
Comparing version 5.2.3 to 5.2.4
@@ -0,0 +0,0 @@ import { InjectionToken, Injectable, Inject, Component, Input, ChangeDetectionStrategy, NgModule } from '@angular/core'; |
{ | ||
"name": "session-expiration-alert", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"author": "Changhui Xu <changhuixu@hotmail.com>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # Session Expiration Alert | ||
An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged out. | ||
An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged out. A http interceptor is registered, so that session timer will restart at every http request. | ||
@@ -89,4 +89,4 @@ Dependencies: Angular 5+, Bootstrap 4+, NgBootstrap 1+. | ||
`startTimer` indicates if the app needs to work on session expiration check or not. | ||
[optional] `startTimer` indicates if the app needs to work on session expiration check or not. Default: true. | ||
`alertAt` indicates when the alert modal dialog should show up. The value means how many seconds left till session becomes expired. | ||
[optional] `alertAt` indicates when the alert modal dialog should show up. The value means how many seconds left till session becomes expired. Default: 60 (seconds). |
106407