authelia/example
Clement Michaud 6586402114 Support 'redirect' in /api/verify endpoint to support Traefik
Traefik handles auth forwarding but does not manage redirections like Nginx.
Therefore, Authelia must redirect the user and Traefik will forward this
request.

To support both Nginx and Traefik, /api/verify is now configurable with the
'redirect' get parameter. If the verification fails and 'redirect' is not
provided the response will be a 401 error as before.
If the parameter is provided and set to any URL, the response will be a
redirection (302) to this URL.
2017-12-04 22:52:33 +01:00
..
authelia Change domain from test.local to example.com 2017-11-03 00:20:10 +01:00
httpbin Add tests on headers forwarded to backend 2017-10-14 22:11:56 +02:00
ldap Strengthen password in LDAP using SHA512 crypt algorithm 2017-10-31 07:27:36 +01:00
mongo Add logs to detect redis connection issues earlier 2017-09-22 20:52:05 +02:00
nginx Support 'redirect' in /api/verify endpoint to support Traefik 2017-12-04 22:52:33 +01:00
redis Add Mongo as scalable and resilient storage backend 2017-07-31 00:29:00 +02:00
smtp Add SMTP notifier as an available option in configuration 2017-09-24 23:20:45 +02:00
docker-compose.base.yml Move docker-compose files to the example directory 2017-11-03 00:20:10 +01:00