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
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
Behavior is similar to #31 but I have this problem on both Chrome and Firefox and I've turned on dev tools to disable caching and no change.
When I first go to the nginx website using this module, it asks me to login via google but once I do that, I stay logged on forever (days). This is true on Chrome and Firefox. I haven't set the $ngo_extra_validity so I don't know why my cookie hasn't expired. I then added a href link to _signout and when I click that, I get a 302 for that _signout , then a 302 to / then a 302 to accounts.google.com and then a 302 back to my domain with _oauth?state=blah and finally a 200 to my root page. But no logout.
I'm not using the docker image, but installed this directly on my Raspberry Pi.
Thanks,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Behavior is similar to #31 but I have this problem on both Chrome and Firefox and I've turned on dev tools to disable caching and no change.
When I first go to the nginx website using this module, it asks me to login via google but once I do that, I stay logged on forever (days). This is true on Chrome and Firefox. I haven't set the $ngo_extra_validity so I don't know why my cookie hasn't expired. I then added a href link to _signout and when I click that, I get a 302 for that _signout , then a 302 to / then a 302 to accounts.google.com and then a 302 back to my domain with _oauth?state=blah and finally a 200 to my root page. But no logout.
I'm not using the docker image, but installed this directly on my Raspberry Pi.
Thanks,
The text was updated successfully, but these errors were encountered: