mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

Litle improvement in the docs #60

Closed aarongarciah closed 8 years ago

aarongarciah commented 8 years ago

Hi! This package absolutely rocks! A huge improvement in the workflow for many users as myself. I noticed one thing that maybe other users come across sometime. If you provide in the configuration file a public _gistid, GitHub will revoke the _accesstoken provided in the config file after one use due to security concerns. Would be nice to specify this issue in the docs and recommend the user to provide a private _gistid.

Thank you!

PS: find attached the email received. github-revoked-token

mfuentesg commented 8 years ago

Thanks @aarongarciah , by security the plugin creates a secret Gist ignoring gist visibility

aarongarciah commented 8 years ago

Hi @mfuentesg. I misunderstood, I thought that the _gistid was required. Maybe specifying that this option is not required because the Package will create a gist automatically is a good idea.

Thanks!