A terminal authenticator app that can be used to perform 2FA on for GitHub.
-
Clone repository
-
Make sure you have poetry installed on your system.
-
Run
poetry install
-
Go to GitHub settings > Password and authentication > Two-factor authentication > Two-factor methods > Authenticator App > Edit
-
Click on the setup key link:
-
Copy the secret key
-
Create a
.env
file in the root of the project repository and paste the secret key in as shown:GH_SECRET="******"
-
Run
make run