authelia/internal/authorization
James Elliott 664d65d7fb
fix(authorization): object path not normalized (#3661)
This fixes an issue where the object path is not normalized.
2022-07-05 11:32:10 +10:00
..
access_control_domain.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_resource.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_rule.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
access_control_subjects.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
authorizer.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
authorizer_test.go fix(authorization): object path not normalized (#3661) 2022-07-05 11:32:10 +10:00
const.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
regexp.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
types.go fix(authorization): object path not normalized (#3661) 2022-07-05 11:32:10 +10:00
types_test.go fix(authorization): object path not normalized (#3661) 2022-07-05 11:32:10 +10:00
util.go feat(authorization): acl resource regex named groups (#3597) 2022-06-28 12:51:05 +10:00
util_test.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00