authelia/server/test/configuration
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
..
adapters Adapt authentication methods configuration to be backward compatible 2017-10-09 23:14:05 +02:00
ConfigurationParser.test.ts Implement session inactivity timeout 2017-10-17 23:48:56 +02:00
LdapConfigurationAdaptation.test.ts Add {dn} as an available matcher in LDAP groups filter 2017-10-15 14:51:26 +02:00
Validator.test.ts Add configuration schema validation before starting Authelia 2017-10-10 21:59:20 +02:00