authelia/server
Clement Michaud 1cf4e57bb1 Redirect user when he has already validated some factors
Example 1: The user has validated first factor when accessing a service
protected by basic auth. When he tries to access another service protected
by second factor, he is redirected to second factor step to complete
authentication.

Example 2: The user has already validated second factor. When he access auth
service, he is redirected either to /loggedin page that displays an "already
logged in" page or to the URL provided in the "redirect" query parameter.
2017-10-09 01:07:32 +02:00
..
src Redirect user when he has already validated some factors 2017-10-09 01:07:32 +02:00
test Customize the authentication method to be used by a sub-domain 2017-10-08 23:39:29 +02:00
types Improve logging format for clarity 2017-10-08 22:33:50 +02:00
tsconfig.json Split client and server 2017-10-07 00:49:42 +02:00
tslint.json Split client and server 2017-10-07 00:49:42 +02:00