sohamkamani / go-oauth-example

Implementing OAuth 2.0 with Go

Home Page:https://www.sohamkamani.com/golang/oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to implement logout functionality

vkuznet opened this issue · comments

Hi,
I found your instructions useful but limited. Could you please provide an example how to implement logout feature once user authorized with app and need to logout the system.
Thanks,
Valentin.

GitHub logout can be accomplished by just redirecting to: https://github.com/logout. Is this what you're looking for @vkuznet?

Yes, that is what I was looking for, I didn't know that it is very simple. Closing the ticket now.