macor161 / atom-package-sync

Synchronize your atom packages and settings easily
MIT License
22 stars 5 forks source link

Change Google account used for sync #6

Closed montewebster closed 5 years ago

montewebster commented 6 years ago

Hello, This is a great package. I am using it to sync between machines with Linux and Windows. It works great.

I was wondering how I could reset my google info, so I could switch to a different account to do the sync. I have tried uninstall/install and looking for config info in various atom directories, but I can't find a way to trigger this re-setup on the account info.

Thanks

DaniWinter commented 6 years ago

I'd also like to know this.

th23x commented 5 years ago

Indeed...looking for the same info - no iead how/ where to change my account settings

TheBeardedB commented 5 years ago

I just added a pull-req that adds a logout functionality. In the mean time you can get a package local-storage that will let you remove the stored keys.

You need to remove: atom-package-sync:googleToken atom-package-sync:quantalToken

macor161 commented 5 years ago

Thanks @TheBeardedB for the pull request. I will try to review this tomorrow and have an update ready by the end of the week.

macor161 commented 5 years ago

The new feature is now released. You can log out with the following command:

atom-package-sync:logout

Huge thanks to @TheBeardedB for the pull request.