Replies: 1 comment
-
I also tried adding to the auth_params in the provider configuration but that made no difference. In the end, the issue is that it is a public computer and when someone logs out of my site they should automatically also be logged out of google. I am struggling to make this happen, and without it there is essentially 0 security which defeats the whole purpose of using a login page at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am beyond frustrated and need help. I am using django-allauth and want users to login only with Google. This works fine the first time I login, but if I am using Chrome (or safari for that matter) and login to my site, then logout.....and another user approaches computer and tries to login, they are given (by google) a list of accounts to choose from or to "switch accounts".....so they decide to click on my username......frickin google auto logs them in without asking for a password!
I have tried everything I can find, including things like:
in settings, which seem to have absolutely no effect at all.
I have tried using a signal:
and i have tried a custom adapter:
It seems that no matter what I do, Google lets any idiot login using my name.
I have tried incognito mode - not helful.
I have tried "Guest Mode" which helps only if the browser is closed fully.....which I can't (and shouldn't have to) do from my web app
Any guidance you can provide would be greatly appreciated! I am so confused at this point, I am not even sure what to add to help anyone out there help me....hopefully this is enough.
Beta Was this translation helpful? Give feedback.
All reactions