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

Skip to content

Tags: ankitmlive/pyotp

Tags

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

v2.2.8

Toggle v2.2.8's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix comparison of unicode chars (pyauth#78)

- Minor documentation and test fixes

v2.2.7

Toggle v2.2.7's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Have random_base32() use 'secrets' as rand source (pyauth#66)

- Documentation: Add security considerations, minimal security checklist, other improvements

- Update setup.py to reference correct license

v2.2.6

Toggle v2.2.6's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix tests wrt double-quoting in provisioning URIs

v2.2.5

Toggle v2.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Quote issuer QS parameter in provisioning_uri. Fixes pyauth#47.

- Raise an exception if a negative integer is passed to at() (pyauth#41).

- Documentation and release infrastructure improvements.