-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaNone BodyI renamed my Github name, but the login state on my ios app didn't change. And I can't logout, even I removed and reinstalled the app. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
The GitHub app often uses a Safari View Controller for authentication. Even if you delete the app, the "Logged in as..." cookie remains in Safari.
Open your iPhone Settings.
Go to Safari > Advanced > Website Data.
Search for github.com and Swipe Left to delete it (or use "Remove All Website Data").
If the app won't let you log out, you can revoke the session from GitHub's side:
Log into GitHub on a desktop or mobile browser.
Go to Settings > Sessions.
Find the session associated with your iOS device and click Revoke (or "Log out").
Before opening the reinstalled app, check if th…