Decoupled authentication from core and introduced as a plugin

Change-Id: I149e5f7f5ab2d833d812e6e381da8ad4b45c1ed7
diff --git a/kalamar.conf b/kalamar.conf
index 6c0461e..889a8ca 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -39,10 +39,6 @@
     # Backend API version
     # api_version => '1.0',
 
-    # In case, the user management of Kustvakt
-    # is used, make this a true value
-    auth_support => 0,
-
     # The name of the base corpus,
     # for query examples (see kalamar.queries.dict)
     # examplecorpus => 'dereko'
@@ -50,6 +46,7 @@
     # For further Plugins, add them
     # to this array:
     # plugins => []
+    # Currently bundled: Piwik, Auth
   },
 
   # See Mojolicious::Plugin::TagHelpers::MailToChiffre