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
It's not intentional. It's not a real issue either. Still, it would be good to return a 409 as well here for consistency. You could argue that this is a backwards incompatible change, but it's a corner case really, the frontend should not be showing an option to login anyway.
Similarly to #3916, what is allauth's stance on permitting or prohibiting
POST /login
calls when the request is already authenticated?We observe that currently there is nothing preventing it, and we are just curious if that is intentional.
The text was updated successfully, but these errors were encountered: