ng-idle
ng-idle copied to clipboard
Responding to idle users in AngularJS applications.
Setting a big value for the interval makes the keepalive to be fired continuously. I created an example to show when the problem occurs in https://github.com/saiello/ng-idle/blob/bug/keepalive-fired-continuously/sample/keepalive.html Open the sample page...
I have a project in angular 12 that uses IDLE and IFRAME, but the events of each IFRAME are not heard from the main project. How can i get this...
### The scenario when ever a user has gone idle, a dialog (popup) displays a countdown how long until the user is logged out of the system. If the user...
Updating to Angular 10 gives the following errors: ```ERROR in node_modules/@ng-idle/core/lib/module.d.ts:3:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 3 static forRoot(): ModuleWithProviders; ~~~~~~~~~~~~~~~~~~~ node_modules/@ng-idle/keepalive/lib/module.d.ts:3:23 - error TS2314:...
I am using ng-idle in my Angularjs 1.5.x . I am warning the user that his/her Session expires with a alert() box . When i do this the timeout does...
In this line present in of angular-idle.min.js if (event.key === 'ngIdle.expiry' && event.newValue && event.newValue !== event.oldValue) { , when we do a fortify scan we encounter a error stating...
I am opening my application in multiple tabs in the same browser.But if i am active in any of the tabs it should not get expire in other tabs too....
Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
The library currently uses Window.localStorage this works well when sessions are supported across multiple browser tabs. I would like the option to use Window.sessionStorage instead for use-cases where sessions are...
I have created a [plunker here](http://plnkr.co/edit/X7RQ9wnFPBwNu8LVEl6l?p=preview) for demonstration. Try selecting one or more options from select box with multiple selection allowed. Almost everytime, a user will not be able to...