Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: discomethod/pyotp

Tags

v2.9.0

Toggle v2.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Add `parse_uri()` support for Steam TOTP (pyauth#153)

- Test and documentation improvements

v2.8.0

Toggle v2.8.0's commit message
- Modify OTP generation to run in constant time (pyauth#148)

- Documentation improvements

- Drop Python 3.6 support; introduce Python 3.11 support

v2.7.0

Toggle v2.7.0's commit message
- Support Steam TOTP (pyauth#142)

- Build, test, and documentation updates

v2.6.0

Toggle v2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Raise default and minimum base32 secret length to 32, and hex secre…

…t length to 40 (160 bits as recommended by the RFC) (pyauth#115).

- Fix issue where provisioning_uri would return invalid results after calling verify() (pyauth#115).

v2.5.1

Toggle v2.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- parse_uri accepts and ignores optional image parameter (pyauth#114)

v2.5.0

Toggle v2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Add optional image parameter to provisioning_uri (pyauth#113)

- Support for 7-digit codes in 'parse_uri' (pyauth#111)

- Raise default and minimum base32 secret length to 26

v2.4.1

Toggle v2.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- parse_uri: Fix handling of period, counter (pyauth#108)

- Add support for timezone aware datetime as argument to `TOTP.timecode()` (pyauth#107)

v2.4.0

Toggle v2.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix data type for at(for_time) (pyauth#85)

- Add support for parsing provisioning URIs (pyauth#84)

- Raise error when trying to generate secret that is too short
  (The secret must be at least 128 bits)

- Add random_hex function (pyauth#82)

v2.3.0

Toggle v2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix comparison behavior on Python 2.7

v2.2.9

Toggle v2.2.9's commit message

Verified

This commit was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
v2.2.8