From b0762f169d45ffeb7cd1aafc6d65bd0878f34898 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 1 Dec 2021 13:18:49 +0545 Subject: [PATCH] encrypt oauth2 providers --- app/config/collections2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index 44aa99bf21..69700c1ebe 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -500,7 +500,7 @@ $collections = [ 'required' => false, 'default' => null, 'array' => false, - 'filters' => ['json'], + 'filters' => ['json', 'encrypt'], ], [ '$id' => 'platforms',