-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locale not correct on social login #171
Comments
Urgh. It looks like we'll need the in
The adapter can't add a cookie to the response. (Except in So we're forced to modify the response's cookies in a signal handler. Frustrating! But that seems to be our only recourse. |
We could also override the urls and views of the specific providers we want to be able to use. Not general, but avoids signals. |
That's too much work. Signals are the least-janky way. |
In fact, this issue has two different cases
allauth
's social account adapter (see commit a306b1d).The text was updated successfully, but these errors were encountered: