Open onesneakymofo opened 11 years ago
When you say logged in, are you referring to twitter/facebook login or you user login? The only time that OneAuth would log you in are from https://github.com/codenitive/laravel-oneauth/blob/master/start.php#L94 which only happen when you login to twitter/facebook.
However do come out with a detail how to reproduce this bug.
I use Google login to log in. My website has no other type of login.
Reproduce:
I thought expire_on_close was suppose to destroy the session and log out everything, but it does not do so with oneauth.
Are you by any change using approval_prompt
to auto
?
Hello,
I have expire on browser close set to true in my session config file, but when I close the browser and browse back to the page, I am still logged in.