authelia/server/src/lib
2019-03-24 15:15:49 +01:00
..
authentication Check linting issues on hotreload and fix remaining ones. 2019-03-03 11:39:40 +01:00
authorization Fix the bypass strategy. 2019-03-22 23:51:36 +01:00
configuration Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00
connectors/mongo Enable authentication to Mongo and Redis. (#263) 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 Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00
storage Display only one 2FA option. 2019-03-23 19:34:00 +01:00
stubs Log what is retrieved from headers to help debugging. 2019-03-22 15:34:38 +01:00
utils Fix the bypass strategy. 2019-03-22 23:51:36 +01:00
web_server Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +01:00
AuthenticationSessionHandler.ts Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
ErrorReplies.ts Log what is retrieved from headers to help debugging. 2019-03-22 15:34:38 +01:00
Exceptions.ts Fix the bypass strategy. 2019-03-22 23:51:36 +01:00
FirstFactorValidator.ts Almost full authentication workflow with U2F and TOTP. 2019-03-03 11:39:40 +01:00
IdentityCheckMiddleware.spec.ts Log what is retrieved from headers to help debugging. 2019-03-22 15:34:38 +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. (#262) 2018-08-26 10:30:43 +02:00
Server.ts Add Duo Push Notification option as 2FA. 2019-03-24 15:15:49 +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 Fix the bypass strategy. 2019-03-22 23:51:36 +01:00