django-allauth icon indicating copy to clipboard operation
django-allauth copied to clipboard

Interest in async support?

Open bufke opened this issue 6 months ago • 4 comments

Hello, Django's async support is decent these days. I'm curious if you would accept a pull request for async support? It would open up a lot of questions, but first I'd like to know if there is any interest at all.

The io used in allauth looks to be ORM queries and some http requests. The potential benefit, in brief, is that async would allow the server administrator to serve more with less system resources. An additional benefit may be that a new django application today could choose to use an async-first approach and anything incompatible becomes harder to work with when extending. As always - thanks for this project - I love the recent updates!

bufke avatar Dec 06 '23 14:12 bufke