django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.01k stars 793 forks source link

Use the async auth api methods if they exist #2093

Open bigfootjon opened 2 months ago

bigfootjon commented 2 months ago

Support will be added in https://github.com/django/django/pull/18036 (which would then be released in 5.1)

Since the about PR has not landed yet this cannot actually be tested yet (or, at least, I don't know enough about tox to make that happen), but it should work based on the functionality that will become available in that PR. As such, I'm marking this as a draft PR.