authelia/test/unit/server
Clement Michaud 0a33b2d5ee Add logs to detect redis connection issues earlier
Before this fix, the application was simply crashing during execution
when connection to redis was failing.

Now, it is correctly handled with failing promises and logs have been
enabled to clearly see the problem
2017-09-22 20:52:05 +02:00
..
access_control Add Mongo as scalable and resilient storage backend 2017-07-31 00:29:00 +02:00
configuration Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
connectors/mongo Add Mongo as scalable and resilient storage backend 2017-07-31 00:29:00 +02:00
ldap Introduce LDAP filters to search users and groups for more flexibility. 2017-09-02 22:38:26 +02:00
mocks Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
notifiers Add system tests to test the example from end user point of view 2017-07-16 14:55:01 +02:00
routes Add logs to detect redis connection issues earlier 2017-09-22 20:52:05 +02:00
server Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
storage Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
AuthenticationRegulator.test.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
IdentityCheckMiddleware.test.ts Add logs to detect redis connection issues earlier 2017-09-22 20:52:05 +02:00
requests.ts Add system tests to test the example from end user point of view 2017-07-16 14:55:01 +02:00
ServerConfiguration.test.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
SessionConfigurationBuilder.test.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
TOTPValidator.test.ts Add system tests to test the example from end user point of view 2017-07-16 14:55:01 +02:00