This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 46814a81e5341901a480f6e57c8bf2b840e78ac6
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Sep 7 23:04:09 2020 +0200

    put a note in here for now
---
 server/plugins/oauthGoogle.py | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/server/plugins/oauthGoogle.py b/server/plugins/oauthGoogle.py
index cc8a197..4f94843 100644
--- a/server/plugins/oauthGoogle.py
+++ b/server/plugins/oauthGoogle.py
@@ -1,4 +1,11 @@
-# Google OAuth plugin
+"""
+Google OAuth plugin:
+Requires ponymail.yaml to have an oauth section like so:
+
+oauth:
+  google_client_id:    your-client-id-here
+
+"""
 import plugins.server
 import plugins.session
 

Reply via email to