authelia/internal/authorization
Clément Michaud c578c8651d
[MISC] Add unit tests to authorization module and trace logs. (#638)
This aims to help debug #637.
2020-02-19 09:15:09 +11:00
..
authorizer.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
authorizer_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
const.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
domain_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
domain_matcher_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
ip_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
ip_matcher_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
path_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
path_matcher_test.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00
subject_matcher.go [MISC] Add unit tests to authorization module and trace logs. (#638) 2020-02-19 09:15:09 +11:00