coddingtonbear / django-mailbox

Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
MIT License
354 stars 164 forks source link

django-allauth support for gmail OAuth #231

Open connectio opened 4 years ago

connectio commented 4 years ago

django-allauth is more popular and overall better auth library. If you use cookiecutter-django the django-allauth library is pre-configured so it will be nice to add support for django-allauth for obtaining gmail OAuth token.

ad-m commented 4 years ago

What do you need to provide PR with support for that?