authelia/shared
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
..
types Split client and server 2017-10-07 00:49:42 +02:00
ErrorMessage.ts Add default_redirection_url as configuration option 2017-10-31 07:27:23 +01:00
RedirectionMessage.ts Add default_redirection_url as configuration option 2017-10-31 07:27:23 +01:00
SignMessage.ts Split client and server 2017-10-07 00:49:42 +02:00
UserMessages.ts Every public endpoints return 200 with harmonized error messages or 401 2017-10-14 11:57:38 +02:00
api.ts Support 'redirect' in /api/verify endpoint to support Traefik 2017-12-04 22:52:33 +01:00
constants.ts Remove artifacts of only_basic_auth query param 2017-10-09 02:03:05 +02:00