LexLadiesCode / SublimeTextGistPlugin

A plugin for Sublime Text to make Github Gists and get feedback.
0 stars 0 forks source link

Halfway to Authentication #20

Closed ashleybot closed 9 years ago

ashleybot commented 9 years ago

Hey! Check it out => https://gist.github.com/ashleybot/001de9937da103dd8712

You create your own access token via GitHub OAuth (instructions in AddAccessToken.py). Then you can create gists on your own account rather than anonymous.

ashleybot commented 9 years ago

Tokens are safer than usernames/passwords. They are stored in Sublime Text user settings.

To view them on your GitHub account, go to your GitHub settings, then Personal Access Tokens.

screen shot 2015-07-09 at 9 17 36 pm

summasmiff commented 9 years ago

!!!

ashleybot commented 9 years ago

Well, halfway is probably exaggerating. :-)

ayudemura commented 9 years ago

:clap: :clap: :clap: :tada: Nice! BTW, make sure to rebase :smile_cat:

ashleybot commented 9 years ago

Thanks! @ayudemura, why do you think a rebase should be done here?