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
Given the value is in seconds, uint8 can't be used to have values like 5 minutes or more. The Period should be allowed to have higher values, even few days if the situation demands.
The text was updated successfully, but these errors were encountered:
It seems pretty much impossible to do this without at least breaking the part of the API where otp.TOTP and otp.HOTP use uint8s, unless I'm missing something.
I'm also kinda curious what the use case is where you'd want the code to only chance once every few days.
Given the value is in seconds, uint8 can't be used to have values like 5 minutes or more. The
Period
should be allowed to have higher values, even few days if the situation demands.The text was updated successfully, but these errors were encountered: