warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
20.97k stars 359 forks source link

Can't log out / Allow for users to logout of Warp account in the UI #1883

Closed zhu-yifang closed 9 months ago

zhu-yifang commented 1 year ago

Discord username (optional)

No response

Describe the solution you'd like?

I can't find the place to log out the current user

Is your feature request related to a problem? Please describe.

No response

Additional context

No response

How important is this feature to you?

5 (Can't work without it!)

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

No response

dannyneira commented 1 year ago

Thanks for this feature request! Please +1 this request as it helps us gauge interest. We will post any updates here.

Remove Warp user login (aka log out) with sudo security delete-generic-password -l "dev.warp.Warp-Stable" $HOME/Library/Keychains/login.keychain

bericp1 commented 1 year ago

FWIW / for future readers: I ran the following commands to fully reset warp after running into issues where all my requests failed to view or upload shared blocks:

rm -rf ~/Library/Application\ Support/dev.warp.Warp-Stable
sudo security delete-generic-password -l "dev.warp.Warp-Stable" $HOME/Library/Keychains/login.keychain

After running those I had to open Warp, it was still logged in, then I had to quite and re-open warp again for it to finally be logged out.

angusjknowby commented 1 year ago

cool product, kinda crazy that we cant logout via the UI ! example: i installed and tested it using a personal login. then our company decided to use it across the dev team. so i go back to logout, to create a new account as part of our company - and......erm.....

EvannG1 commented 1 year ago

Same problem here, I'd like to use Warp within my company and therefore create a new account with my work email, but for the moment it's impossible to log out / switch account easily. I think this is an important feature to add since the addition of Warp Drive.

Dillonsmart commented 1 year ago

I think this should be prioritised.

jaroslavmerta commented 9 months ago

reason to uninstall

michlimlim commented 9 months ago

Hey all, Michelle from Warp here. I built Log Out, and as of the latest release you can log out of Warp via the UI. You can log out through the settings menu, command palette, as well as the menu item.

image image image

There are some known issues I've listed here. Although this main issue thread will be closed, please open new issues in this repo and upvote (:thumbsup:) more logout issues to help us prioritize them. Thank you for your patience!

zhu-yifang commented 9 months ago

Thank you!