You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to figure out why OTP generation was not working correctly for me (I use gopass, and primarily totp tokens stored with the "totp" keyword).
Looking into the tessen script, I noticed the comment gopass totp is deprecated. May I ask why this is the case? It seems that a very minor change would make it work again, like this one.
The text was updated successfully, but these errors were encountered:
TOTP support in gopass was deprecated in the pull request #1301 but it looks like it was marked as supported again in pull request #2277. I wasn't aware of the 2nd pull request.
I'll add support for TOTP again. Thanks for pointing this out.
@xenomorph1096 been too long since I worked on tessen but I just noticed that OTP autotyping and copying works fine when using gopass without any changes. I have mentioned that OTP support in gopass is deprecated but I don't think I removed the ability to work with TOTP in gopass with tessen.
Can you elaborate your issue while trying to generate OTPs with tessen when using gopass?
I was trying to figure out why OTP generation was not working correctly for me (I use gopass, and primarily totp tokens stored with the "totp" keyword).
Looking into the tessen script, I noticed the comment gopass totp is deprecated. May I ask why this is the case? It seems that a very minor change would make it work again, like this one.
The text was updated successfully, but these errors were encountered: