authelia/server
Clement Michaud dacdce6c50 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-31 07:27:23 +01:00
..
src Implement session inactivity timeout 2017-10-31 07:27:23 +01:00
test Implement session inactivity timeout 2017-10-31 07:27:23 +01:00
types Check TOTP token with window of 1 2017-10-15 00:44:10 +02:00
tsconfig.json Split client and server 2017-10-07 00:49:42 +02:00
tslint.json Split client and server 2017-10-07 00:49:42 +02:00