Closed baco closed 8 years ago
The key URI format is not standardized and I believe these additions are relatively recent, which is why we haven't noticed or added them yet. Thanks for letting us know, I will add this as soon as I can, you're also welcome to send a pull request.
According to Key Uri Format there are three more optional arguments:
algorithm
,digits
andperiod
; that if they are set to something different than their defaults:SHA1
,6
and30
respectively; they should be encoded in the generated URI.Those values are set when the class
TOTP
is instantiated but are not used by thebuild_uri
in theutils.py
module.