traefik/middlewares
Ian 94bb7a1435 Add ability to set authenticated user in request header (#889)
* Add ability to set authenticated user in request header

Some web applications provide the ability to authorize users based on
the authenticated from Basic Auth. This patch provides a way to set a
key to which the authenticated user can be set in the Header.

For example, if I set `HeaderValue = "X-WebAuth-User"` and authenticate,
my application will be able to read my user name from that header and
provide me with the proper access.

This fixes #802
2016-12-16 16:42:51 +01:00
..
authenticator.go Add ability to set authenticated user in request header (#889) 2016-12-16 16:42:51 +01:00
authenticator_test.go Add ability to set authenticated user in request header (#889) 2016-12-16 16:42:51 +01:00
cbreaker.go Fix bad circuit breaker expression 2016-06-23 16:33:54 +02:00
compress.go lint 2016-09-28 23:04:18 +01:00
handlerSwitcher.go Add routes priorities 2016-06-07 09:17:39 +02:00
logger.go Add ACME store 2016-09-30 11:26:17 +02:00
logger_test.go Initial update - manage access log 2016-04-19 16:45:59 -07:00
retry.go Fix ResponseRecorder Flush 2016-10-26 16:26:19 +02:00
rewrite.go Add ACME store 2016-09-30 11:26:17 +02:00
routes.go Add routes priorities 2016-06-07 09:17:39 +02:00
saveBackend.go Tweak comments to satisfy golint 2016-04-28 04:00:38 -07:00
stripPrefix.go Fix multiple response.WriteHeader calls 2016-04-06 14:30:29 +02:00