django-lot
django-lot copied to clipboard
Option to not log in if already logged in
I have the problem that users will open multiple tabs from links in emails with login tokens, causing multiple logins, which invalidates the CSRF token. When they try to submit a form from any but the last tab open, they get a CSRF error. Only logging in if the user is not currently logged in would resolve this.