-
Notifications
You must be signed in to change notification settings - Fork 86
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
pass-otp doesn't support otp codes with "otpauth: " before them #196
Comments
Unsure what you mean, as far as I know, a valid otpauth:// URI is required to use pass-otp to generate codes, a secret alone won't work. The URI should look like this: This way OTP works with pass, with some modifications even for Steam |
Talking about these kinds of codes:
A few extensions require this format |
Ah ok, never seen it in this format, sorry I thought you were referring to plain keys. |
The extension is just bash, you could modify the The current pattern match is If the few extensions are parsing this entry correctly, you could just add both lines. With the valid URI and with the additional otpauth: at the start. Pass-OTP still matches the correct one, maybe the extension is able to do so as well. |
Let's say i'm using passff, if I don't include "otpauth: " before an otp code then it doesn't notice that an otp code is there but if I do include it before an otp code, then it breaks.
The text was updated successfully, but these errors were encountered: