iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

Customizing email activation sending to use a task queue #595

Open Strapchay opened 4 months ago

Strapchay commented 4 months ago

Hi guys, is it possible to allow customization on the email sending logic to be able to wrap it in a task queue like celery instead of having to make use of the current coupled logic