You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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).
- 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
- 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)