dpup / git-workflow

Opinionated tools for managing a team based git workflow
Apache License 2.0
91 stars 16 forks source link

github-login: prompt user to create and enter an access token (since auth endpoint has been deprecated) #20

Closed maiamcc closed 2 years ago

maiamcc commented 3 years ago

Workaround to #18 -- instead of hitting /authorizations (now deprecated), tell user to create a token in the browser, have user enter username+token, and save to auth_file like we were doing previously.

I didn't get to test this properly because my local environment is acting up, so pls double check this before merging, or I'll try to fix my stuff test later this week!

nicks commented 2 years ago

LGTM!

nicks commented 2 years ago

verified it manually