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?
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.
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?