Skip to content
New issue

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

TOTP code hash algorithm not being detected from QR import #1294

Open
SunnyBudd opened this issue Sep 4, 2024 · 2 comments
Open

TOTP code hash algorithm not being detected from QR import #1294

SunnyBudd opened this issue Sep 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@SunnyBudd
Copy link

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

@SunnyBudd SunnyBudd added the bug Something isn't working label Sep 4, 2024
@yueye
Copy link

yueye commented Sep 13, 2024

7.0.0 still supports this parameter, 8.0.1 doesn't support it hahahaha, what did you change?

@mymindstorm
Copy link
Member

We have a fix for this in #1283, hoping to get to it tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants