1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Merge pull request #187 from modernNeo/patch-1

updating the link for python-social-auth
This commit is contained in:
Adam Dobrawy 2018-05-11 08:03:19 +02:00 committed by GitHub
commit 26786a0b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ For added security, Gmail supports using OAuth2 for authentication_.
To handle the handshake and storing the credentials, use python-social-auth_. To handle the handshake and storing the credentials, use python-social-auth_.
.. _authentication: https://developers.google.com/gmail/xoauth2_protocol .. _authentication: https://developers.google.com/gmail/xoauth2_protocol
.. _python-social-auth: http://psa.matiasaguirre.net/ .. _python-social-auth: https://github.com/python-social-auth
The Gmail Mailbox is also a regular IMAP mailbox, The Gmail Mailbox is also a regular IMAP mailbox,
but the password you specify will be ignored if OAuth2 authentication succeeds. but the password you specify will be ignored if OAuth2 authentication succeeds.