pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.95k stars 321 forks source link

Authenticate with Pyotp #92

Closed YorozuyaDev closed 4 years ago

YorozuyaDev commented 4 years ago

I am developing a authenticator app in python, like Authy. Something similiar to a CLI script that I run and request my permission each time that I attempt to access to my account . I know that there is an Authy module for python but can I use pyotp to grant access?

kislyuk commented 4 years ago

Thanks for your interest in pyotp. Please read the documentation at https://pyotp.readthedocs.io/en/latest/. If you need further help, please ask specific questions and let us know what you have tried so far.