authelia/test/features/step_definitions
Clement Michaud 97bfafb6eb [BREAKING] Flatten the ACL rules to enable some use cases.
With previous configuration format rules were not ordered between groups and
thus not predictable. Also in some cases `any` must have been a higher
precedence than `groups`. Flattening the rules let the user apply whatever
policy he can think of.

When several rules match the (subject, domain, resource), the first one is
applied.

NOTE: This commit changed the format for declaring ACLs. Be sure to update
your configuration file before upgrading.
2018-11-17 18:08:29 +01:00
..
access-control.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00
authelia.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
authentication.ts Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
forward-headers.ts Make session cookie name customizable. (#256) 2018-08-19 13:07:00 +02:00
hooks.ts Enable authentication to Mongo and Redis. (#263) 2018-08-26 13:10:23 +02:00
notifications.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00
redirection.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00
registration.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00
regulation.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00
reset-password.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00
resilience.ts Fix issues with integration tests in master 2018-07-25 20:52:26 +02:00
restrictions.ts [BREAKING] Flatten the ACL rules to enable some use cases. 2018-11-17 18:08:29 +01:00
session-timeout.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00
single-factor.ts Fix unit and integration tests 2018-03-29 23:09:29 +02:00