cybre / budgie-haste-applet

Post any text – be it code or prose – to various services directly from your desktop. Made with ❤️️ for Budgie Desktop.
GNU General Public License v2.0
29 stars 2 forks source link

Private Gist default where user token is not null #23

Closed rrggrr closed 1 year ago

rrggrr commented 6 years ago

Github Gist API defaults to private for new Gists created by user. Haste applet should probably do the same where there is a user token present for consistency and therefore security.

cybre commented 6 years ago

So we want a "public" parameter (false by default) that will be controlled with a checkbox/switch, right?

rrggrr commented 6 years ago

Yes, correct.