From: Aki Tuomi Date: Tue, 14 Feb 2017 11:33:47 +0000 (+0200) Subject: README: Add note that we support OAUTHBEARER and XOAUTH2 X-Git-Tag: 2.3.0.rc1~2082 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98d09d4454e93a202b8e2272e932b05b29e18028;p=thirdparty%2Fdovecot%2Fcore.git README: Add note that we support OAUTHBEARER and XOAUTH2 --- diff --git a/README.md b/README.md index db11e19b31..7ac73964f8 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Auth - [RFC2831 - Using Digest Authentication as a SASL Mechanism (DIGEST-MD5)](http://www.rfc-base.org/rfc-2831.html) - [RFC5802 - Salted Challenge Response Authentication Mechanism (SCRAM)](http://www.rfc-base.org/rfc-5802.html) - SASL and GSS-API Mechanisms +- [RFC7628 - A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth](https://tools.ietf.org/html/rfc7628) +- [Google XOAUTH2 protocol](https://developers.google.com/gmail/xoauth2_protocol) POP3 ----