Files
awx/awx
Jared Tabor fd34854f7a Session timeout after idle session
This commit is the UI portion of the session timeout feature for 2.4 (not incorporating the session_limit yet). This includes actively ending a session when the user's session time has expired, as well as giving the user a notification one minute prior that their session is about to end. It also includes removing 'session_timeout' from config.js. This is now retrieved from the response headers of each REST call. Each time the user make a rest call the session is extended another 1800 seconds (or whatever amount the user might configure with AUTH_TOKEN_EXPIRATION in local_settings.py)
2015-10-01 18:01:22 -04:00
..
2015-07-30 13:40:31 -04:00
2015-10-01 16:27:49 -04:00
2015-10-01 18:01:22 -04:00
2015-06-11 16:10:23 -04:00
2015-06-11 16:10:23 -04:00
2015-08-17 16:24:10 -04:00