Some libraries, like django-rest-framework-jwt 
<https://github.com/GetBlimp/django-rest-framework-jwt>, call 
django.contrib.auth.authenticate, but not django.contrib.auth.login, to 
implement their custom authentication system. Thus, to make customizing 
these kinds of auth systems easier, I'd think it would be reasonable that 
authenticate() emit a signal. It could even emit the 
django.contrib.auth.signals.user_logged_in signal under a different name.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/ef6dc18f-981b-4fab-8dad-429ac41b070b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to