Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 781 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 781 Bytes

Terminal OTP

A terminal authenticator app that can be used to perform 2FA on for GitHub.

image

Usage

  1. Clone repository

  2. Make sure you have poetry installed on your system.

  3. Run poetry install

  4. Go to GitHub settings > Password and authentication > Two-factor authentication > Two-factor methods > Authenticator App > Edit

  5. Click on the setup key link:

    image

  6. Copy the secret key

  7. Create a .env file in the root of the project repository and paste the secret key in as shown: GH_SECRET="******"

  8. Run make run