authelia/internal/middlewares
Clement Michaud fccb55f714 Read X-Real-Ip as the remote IP provided by the proxy.
Authelia needs to know with what IP was the request originating in
order to apply network based ACL rules. Authelia already supported
X-Forwarded-For but X-Real-IP is another way to define it. It takes
precedence over X-Forwarded-For.
2019-12-10 23:47:05 +01:00
..
authelia_context_test.go Read X-Real-Ip as the remote IP provided by the proxy. 2019-12-10 23:47:05 +01:00
authelia_context.go Read X-Real-Ip as the remote IP provided by the proxy. 2019-12-10 23:47:05 +01: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_test.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
identity_verification.go Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +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
log_request.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
require_first_factor.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
types.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00