authelia/server
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
..
src [BREAKING] Flatten the ACL rules to enable some use cases. 2018-11-17 18:08:29 +01:00
test Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
types Integrate more policy options in ACL rules. 2018-11-17 18:08:29 +01:00
tsconfig.json Refactor configuration to remove optional sections from minimal template 2018-08-09 23:52:53 +02:00
tslint.json Split client and server 2017-10-07 00:49:42 +02:00