jarodburchill / project-automation

Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
MIT License
43 stars 7 forks source link

2FA support #29

Open MisterWhopper opened 5 years ago

MisterWhopper commented 5 years ago

Script will fail if user has 2FA turned on. Need to set option in config file and prompt for OTP

Rexogamer commented 5 years ago

I added a section (on my branch) to the config file for this (although for security reasons and how we’ll likely do this it’s a true/false)

jarodburchill commented 5 years ago

How's this going?