We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Nice javascript. I receive an error when generating an hotp with a counter size > 127.
hotp.getOtp(secret,128) will fail: my console shows the following output:
URIError: malformed URI sequence line 85 in Hotp.prototype.uintToString
The text was updated successfully, but these errors were encountered:
I'm also experiencing this issue.
Sorry, something went wrong.
For anyone else with this issue, it's fixed in #5
No branches or pull requests
Hello,
Nice javascript. I receive an error when generating an hotp with a counter size > 127.
hotp.getOtp(secret,128) will fail: my console shows the following output:
URIError: malformed URI sequence
line 85 in Hotp.prototype.uintToString
The text was updated successfully, but these errors were encountered: