authelia/test/features/step_definitions
Clement Michaud b842792a16 Implement session inactivity timeout
This timeout will prevent an attacker from using a session that has been
inactive for too long.
This inactivity timeout combined with the timeout before expiration makes a
good combination of security mechanisms to prevent session theft.

If no activity timeout is provided, then the feature is disabled and only
session expiration remains as a protection.
2017-10-17 23:48:56 +02:00
..
authentication.ts Fix randomness with integration tests 2017-10-08 16:28:12 +02:00
forward-headers.ts Add tests on headers forwarded to backend 2017-10-14 22:11:56 +02:00
hooks.ts Implement session inactivity timeout 2017-10-17 23:48:56 +02:00
notifications.ts Add tests on headers forwarded to backend 2017-10-14 22:11:56 +02:00
redirection.ts Disable second factor for certain subdomain 2017-09-26 23:09:33 +02:00
regulation.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
reset-password.ts Add SMTP notifier as an available option in configuration 2017-09-24 23:20:45 +02:00
resilience.ts Implement session inactivity timeout 2017-10-17 23:48:56 +02:00
restrictions.ts Fix redirection after authentication and error page when accessing restricted pages 2017-08-03 00:41:13 +02:00
session-timeout.ts Implement session inactivity timeout 2017-10-17 23:48:56 +02:00