ng-idle Questions

5

Solved

I have an Angular Project which is working well and I'm implementing NG-IDLE and KeepAlive in order to keep the session fresh and to log a user out before the API session expires. My issue is that...
Randle asked 31/12, 2018 at 14:28

11

Is it possible to determine if a user is inactive and automatically log them out after say 10 minutes of inactivity using angularjs? I was trying to avoid using jQuery, but I cannot find any tutor...
Envelop asked 3/10, 2013 at 20:8

2

Solved

There is an issue I have discovered with Ng-Idle, Material 6 nad Angular 6 "@ng-idle/core": "^6.0.0-beta.3" "@ng-idle/keepalive": "^6.0.0-beta.3" "@angular/core": "^6.1.9" "@angular/cdk": "^6.4.7"...
Rosemari asked 8/10, 2018 at 20:16

1

I have a controller as shown below. (function () { "use strict"; var app = angular.module('Demo') .controller('MainController', ['$rootScope', '$scope', '$location', 'curUser',MainController]); ...
Compressive asked 7/12, 2018 at 14:34

1

Solved

I am trying to get ng-idle to hook up to css and modal the way it looks in this working example at this link. I have interpreted the code at the link to mean that I should type the code below to im...
Gemmagemmate asked 18/2, 2016 at 20:58

2

Solved

A lot of other people with similar problems but the resolutions don't seem applicable to my specific issue of this. I am attempting to use the ngIdle (https://github.com/HackedByChinese/ng-idle) l...
Discrimination asked 27/5, 2015 at 15:41

2

I have a requirement where I have to logout user if it is idle for some time. I am using ng-idle 0.3.2. I am getting issue if there are more than one tabs/windows opened in browser. If I am work...
Calefaction asked 1/5, 2014 at 19:5
1

© 2022 - 2024 — McMap. All rights reserved.