Make prepare_request() asynchronous
why make asynchronous a function that not have any async thing
Because other developers can write their auth_backend and there may be calls to asynchronous functions.
hi @andrew-ld,
looks good to me. could you add your comment on why you want this method to be async to your commit message?
@fscherf done
@expert-m thx! I will merge your pr in the next release. Currently your patch will break the django login backend which has no tests currently, but is a very critical piece of code for my company.