Can't logout from drone

I was logged in and decided to log out to switch to a different account. I pressed the logout and saw a “you have been successfully logged out page”. Then I decided to go just to my index drone page (http://drone.example.com) but then I am immediately logged in as I was before, just like I did not press the “log out” button.

Drone 1.0, docker.
Gitea with oauth.

Hi vityafx,
Technically you pressed on logout button but the github/gitlab/other apps oauth token is still associated with the drone server and that’s the reason you are still logged in. If you want to log out, you have to logout from your github/gitlab/other app interface and that destroys the session on drone server.

So, I think, the logout button does not make sense in case of using oauth then. Or it should redirect to the oauth provider to logout.

True. Even I faced this issue and I log out from my github account whenever required to log out from drone.

Thanks for the answer! :slight_smile:

Seems like drone doesn’t support anonymous user to browse the web page