authelia/internal/middlewares
Clement Michaud 841de2b75d Disable inactivity timeout when user checked remember me.
Instead of checking the value of the cookie expiration we rely
on the boolean stored in the user session to check whether inactivity
timeout should be disabled.
2020-01-18 00:12:36 +01:00
..
authelia_context.go Disable inactivity timeout when user checked remember me. 2020-01-18 00:12:36 +01:00
authelia_context_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
const.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
errors.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
identity_verification.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
identity_verification_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
log_request.go Display correct RemoteIP in logs. 2019-12-11 19:01:16 +01:00
log_request_test.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
require_first_factor.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
types.go Disable inactivity timeout when user checked remember me. 2020-01-18 00:12:36 +01:00