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
otpauth instruction for algorithm of code generation to be SHA256 is not working. Here is example:
otpauth://totp/Test:test.test%40test.com?secret=XXX73CYXXX4FQ2CZUMT2BNM3LA&issuer=Test&algorithm=SHA256
When this is imported now the algorithm used is SHA1
Chrome
128.0.6613.114
8.0.1
The text was updated successfully, but these errors were encountered:
7.0.0 still supports this parameter, 8.0.1 doesn't support it hahahaha, what did you change?
Sorry, something went wrong.
We have a fix for this in #1283, hoping to get to it tomorrow.
No branches or pull requests
Describe the issue
otpauth instruction for algorithm of code generation to be SHA256 is not working. Here is example:
otpauth://totp/Test:test.test%40test.com?secret=XXX73CYXXX4FQ2CZUMT2BNM3LA&issuer=Test&algorithm=SHA256
When this is imported now the algorithm used is SHA1
Browser
Chrome
Browser Version
128.0.6613.114
Extension Version
8.0.1
The text was updated successfully, but these errors were encountered: