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 8e49dbe If private emails within search results, adjust years
according to AAA
new 6ab968c add oauth config section
new 88c5e22 Set data if passed, add oauth_data sub-object
new a94db38 Add very generic OAuth plugin
new 71fec70 strip header key
new c46652b Add OAuth endpoint
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 | 66 +++++++++++++++++++++++++++++++++++++++++
server/plugins/configuration.py | 8 +++++
server/plugins/oauthGeneric.py | 18 +++++++++++
server/plugins/session.py | 12 ++++++--
4 files changed, 102 insertions(+), 2 deletions(-)
create mode 100644 server/endpoints/oauth.py
create mode 100644 server/plugins/oauthGeneric.py