summaryrefslogtreecommitdiff
path: root/tests/async/test_async_auth.py
AgeCommit message (Expand)Author
2025-09-17Refs #35530 -- Removed request.user or auser() fallback in auth.login and aut...Jacob Walls
2025-08-22Refs #35530 -- Corrected deprecation message in auth.alogin().Mariusz Felisiak
2025-08-20Fixed #36561 -- Used request.auser() in contrib.auth.aupdate_session_auth_has...Xinyi Rong
2024-11-28Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.Jaap Roes
2024-10-07Fixed #35303 -- Implemented async auth backends and utils.Jon Janzen
2023-06-27Fixed #34391 -- Added async-compatible interface to auth functions and relate...Jon Janzen