diff --git a/app/config/collections.php b/app/config/collections.php index d54665302a..cc721bee50 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -782,6 +782,18 @@ $commonCollections = [ 'array' => false, 'filters' => ['encrypt'], ], + [ + // Used to store data from provider that may or may not be sensitive + '$id' => ID::custom('secrets'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => 16384, + 'signed' => true, + 'required' => false, + 'default' => [], + 'array' => false, + 'filters' => ['json', 'encrypt'], + ], ], 'indexes' => [ [