60ff16b518
* fix(handlers): refresh user details on all domains * previously sessions only got checked for updated details if the domain had group subjects attached * this meant disabled or deleted accounts did not get detected until the session expired or the user visited a domain protected by a group subject * this patch fixes this issue and simplifies some logic surrounding the check * add tests simplify IsStringSlicesDifferent so it only iterates once * add another test for IsStringSlicesDifferent |
||
---|---|---|
.. | ||
authorizer.go | ||
authorizer_test.go | ||
const.go | ||
domain_matcher.go | ||
domain_matcher_test.go | ||
ip_matcher.go | ||
ip_matcher_test.go | ||
path_matcher.go | ||
path_matcher_test.go | ||
subject_matcher.go |