Simplify decorator for auth validation
Compare changes
Files
2+ 40
− 42
@@ -41,45 +41,43 @@ def _validate_x509(request):
This MR simplifies the decorator used to apply auth validation to URLs, mainly to remove one level of nesting that isn't really needed.