This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git.
from 2391047 this is in progress
new f0d8cac Make oauth process async using server runners
new f196275 prep for multiple oauth responders
new 1e0584c add a google client id config option for oauth
new abc84f6 Add Goopgle OAuth plugin
new 46814a8 put a note in here for now
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
server/endpoints/oauth.py | 71 +++++++++++++++++++++++------------------
server/plugins/configuration.py | 3 ++
server/plugins/oauthGeneric.py | 6 ++--
server/plugins/oauthGoogle.py | 33 +++++++++++++++++++
server/requirements.txt | 3 +-
5 files changed, 80 insertions(+), 36 deletions(-)
create mode 100644 server/plugins/oauthGoogle.py