Eliminates authorized_only (deprecation in Kustvakt v1.1)

Change-Id: I58de8df24ab74c379946bd7c14a07223f5443b46
diff --git a/Changes b/Changes
index 2ad0086..6271454 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@
         - Enhance handling of improper json files (diewald)
         - Support API version 1.1 (diewald)
         - Support title change in button groups (diewald)
+        - Eliminates authorized_only (deprecation in API version 1.1)
 
 0.64 2026-02-14
         - Improve 'Plugins' mounting (diewald)
diff --git a/t/server/mock.pl b/t/server/mock.pl
index 134fb97..fd64d15 100644
--- a/t/server/mock.pl
+++ b/t/server/mock.pl
@@ -728,9 +728,7 @@
   my $v = $c->validation;
   $v->required('super_client_id');
   $v->required('super_client_secret');
-
-  $v->optional('filter_by' );
-  $v->optional('authorized_only' );
+  $v->optional('filter_by');
 
   if ($v->has_error) {
     return $c->render(