Simplify decorator for auth validation
Compare changes
Files
2+ 39
− 41
@@ -42,44 +42,42 @@ 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.