From 54e7956af589341364d4c6bb09f731e4fd3ffaf3 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Fri, 26 May 2017 15:08:47 -0400 Subject: [PATCH] Update default plugins that ship with Coral core --- plugins.default.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins.default.json b/plugins.default.json index b3443af48..3f64a383b 100644 --- a/plugins.default.json +++ b/plugins.default.json @@ -1,9 +1,13 @@ { "server": [ "coral-plugin-respect", - "coral-plugin-facebook-auth" + "coral-plugin-like", + "coral-plugin-facebook-auth", + "coral-plugin-auth" ], "client": [ - "coral-plugin-respect" + "coral-plugin-respect", + "coral-plugin-like", + "coral-plugin-auth" ] }