stephencelis/ghi

ghi shouldn't prompt for your password

Offen

#312 geöffnet am 16.06.2016

 (7 Kommentare) (14 Reaktionen) (0 zugewiesene Personen)Ruby (134 Forks)github user discovery
featurehelp wanted

Repository-Metriken

Stars
 (2.122 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

It's bad practice to teach users to enter their passwords into random places; I'd really love to see ghi set a stronger security bar.

There are probably a few different ways to not prompt for passwords (including becoming a full-fledged Oauth client); here's one that works right now, and could be implemented just with a documentation fix:

Go to https://github.com/settings/tokens and generate a personal access token, give it repo perms, then run git config --global ghi.token <that token>.

Contributor Guide