pyauth / pyotp

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

Readme has invalid provisioning_uri example code #91

Closed krissrex closed 3 years ago

krissrex commented 4 years ago

The line https://github.com/pyauth/pyotp/blame/master/README.rst#L95 puts name and issuer in TOTP constructor, when it should be in the provisioning_uri method call, and issuer should be issuer_name.

kislyuk commented 3 years ago

Thanks, this was fixed some time ago.

krissrex commented 3 years ago

Indeed, in #95 . Good work :)