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 25f32c270bbd39682d871e83fcc03a09a9bfa5a6 Author: Daniel Gruno <[email protected]> AuthorDate: Tue Sep 8 18:16:10 2020 +0200 Add a commented-out auth_domains example --- tools/setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/setup.py b/tools/setup.py index 48e45b4..bcc8ccc 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -457,6 +457,11 @@ tasks: # Fill in OAuth data as needed oauth: +# If using OAuth, set the authoritative domains here. These are the OAuth domains that +# will provide access to private emails. +# authoritative_domains: +# - googleapis.com # OAuth via google is authoritative +# - github.com # GitHub OAuth is authoritative google_client_id: ~ github_client_id: ~ github_client_secret: ~
