Aymeric Augustin

Results 368 comments of Aymeric Augustin

I'm going to try implementing the API you suggested instead of just adding a parameter. I think it will look nicer.

What do you think of #41? Would you be able to test it and confirm that it does what you want?

Version 3.0 is available on PyPI with this feature.

The pattern you are showing (`user = form.save()`) logs a user in while bypassing all security features of Django. If you authenticated the user with authenticate(), the user would have...

Wait - get_user() calls authenticate() so nothing will work without the authentication backend.

I'm not sure I will do something but I'd like to think a bit more about it :-) I'm keeping it open for myself. Thanks for sharing that feedback!

It's on my radar. I will review it. I wasn't very active recently no so ETA but I'll get to it eventually :-)

Again: https://github.com/aaugustin/websockets/actions/runs/4587844594/jobs/8101658656#step:5:25

Logs have expired and I don't remember seeing this happening recently.

Thank you for your report. It shouldn't be possible to reach this line in `close()` before `connection_open()` completes successfully. I'd like to understand why this happens and, if applicable, to...