|
Lines 1-3
Link Here
|
| 1 |
PyOTP is a Python library for generating and verifying one-time passwords. It |
1 |
PyOTP is a Python library for generating and verifying one-time passwords. It |
| 2 |
can be used to implement two-factor (2FA) or multi-factor (MFA) authentication |
2 |
can be used to implement two-factor (2FA) or multi-factor (MFA) authentication |
| 3 |
methods in web applications and in other systems that require users to log in. |
3 |
methods in web applications and in other systems that require users to log in. |
|
|
4 |
|
| 5 |
WWW: https://github.com/pyotp/pyotp |