1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/server/src/lib
Clement Michaud 76fa325f08 [BREAKING] Create a suite for kubernetes tests.
Authelia client uses hash router instead of browser router in order to work
with Kubernetes nginx-ingress-controller. This is also better for users having
old browsers.

This commit is breaking because it requires to change the configuration of the
proxy to include the # in the URL of the login portal.
2019-03-16 00:13:27 +01:00
..
authentication Check linting issues on hotreload and fix remaining ones. 2019-03-03 11:39:40 +01:00
authorization [BREAKING] Create a suite for kubernetes tests. 2019-03-16 00:13:27 +01:00
configuration [BREAKING] Create a suite for kubernetes tests. 2019-03-16 00:13:27 +01:00
connectors/mongo Enable authentication to Mongo and Redis. () 2018-08-26 13:10:23 +02:00
logging Get IP of the original client when querying /verify. 2018-08-28 23:06:14 +02:00
notifiers Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
regulation Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
routes [BREAKING] Create a suite for kubernetes tests. 2019-03-16 00:13:27 +01:00
storage [BREAKING] Flatten the ACL rules to enable some use cases. 2018-11-17 18:08:29 +01:00
stubs Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
utils [BREAKING] Create a suite for kubernetes tests. 2019-03-16 00:13:27 +01:00
web_server [BREAKING] Create a suite for kubernetes tests. 2019-03-16 00:13:27 +01:00
AuthenticationSessionHandler.ts Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
ErrorReplies.ts Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
Exceptions.ts Integrate more policy options in ACL rules. 2018-11-17 18:08:29 +01:00
FirstFactorValidator.ts Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
IdentityCheckMiddleware.spec.ts Fix unit tests. 2019-03-03 11:39:40 +01:00
IdentityCheckMiddleware.ts [BREAKING] Create a suite for kubernetes tests. 2019-03-16 00:13:27 +01:00
IdentityValidable.ts Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
IdentityValidableStub.spec.ts Fix unit tests. 2019-03-03 11:39:40 +01:00
Server.spec.ts Add support for users database on disk. () 2018-08-26 10:30:43 +02:00
Server.ts [BREAKING] Create a suite for kubernetes tests. 2019-03-16 00:13:27 +01:00
ServerVariables.ts Integrate more policy options in ACL rules. 2018-11-17 18:08:29 +01:00
ServerVariablesInitializer.ts Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
ServerVariablesMockBuilder.spec.ts Integrate more policy options in ACL rules. 2018-11-17 18:08:29 +01:00