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 6cfc27581450768755101eb3514bd7bd65363fa1 Author: Daniel Gruno <[email protected]> AuthorDate: Tue Sep 8 10:27:41 2020 +0200 add note about workflow --- server/plugins/oauthGithub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/plugins/oauthGithub.py b/server/plugins/oauthGithub.py index f1265d4..a1698d4 100644 --- a/server/plugins/oauthGithub.py +++ b/server/plugins/oauthGithub.py @@ -1,5 +1,6 @@ """ Github OAuth plugin. + This follows the workflow described at: https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps To make this work, please set up an application at https://github.com/settings/applications/ copy the client ID and secret to your ponymail.yaml's oauth configuration, as such: oauth:
