-
Notifications
You must be signed in to change notification settings - Fork 26
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
Authenticator return "Key is invalid." when typing key provided by Samsung account #141
Comments
I just encountered this exact issue when attempting to add a key (copy and paste) from Notesnook. My device is a Google Pixel 6a running stock Android 14. |
Went here to report same. To solve u need to remove spaces. And bitwarsen should do it automatically |
@tixsys at least with notesnook, it still says invalid key after removing the spaces. |
Im getting the same issue trying to add a gmail account, i tried removing the spaces but still get "key is invalid" |
Hi all, Thank you for reporting your issue. We use strict Base32 validation when manually entering keys. Spaces, lower-case letters, and other non-base32 characters will cause validation to fail. When displaying keys for manual entry, many applications may use lower-case letters or include spaces. I suggest double checking the code you entered contains only valid Base32 characters. FYI; validation rules were relaxed to ignore spaces in a recent commit, but lower-case letters are still considered invalid. That change will be published soon. |
Steps To Reproduce
Expected Result
Works like in "Microsoft Authenticator"
Actual Result
It returns "Key is invalid."
Screenshots or Videos
No response
Additional Context
No response
Build Version
2024.6.2 (340)
Environment Details
Issue Tracking Info
The text was updated successfully, but these errors were encountered: