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
- 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)
- Quote issuer QS parameter in provisioning_uri. Fixespyauth#47.
- Raise an exception if a negative integer is passed to at() (pyauth#41).
- Documentation and release infrastructure improvements.