You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django updates the last_login field when the user_logged_in signal is sent. That signal is sent by the django.contrib.auth.login() function which django-sesame calls here.
Is sesame.middleware.AuthenticationMiddleware after django.contrib.sessions.middleware.SessionMiddleware and django.contrib.auth.middleware.AuthenticationMiddleware in your MIDDLEWARE setting?
It appears that last login field is not updated at all when magic link is used to auth.
The text was updated successfully, but these errors were encountered: