gopasspw / gopassbridge

A web extension for Firefox and Chrome to insert login credentials from gopass
MIT License
264 stars 24 forks source link

Keys not displayed in detail view not working #186

Open casonadams opened 3 years ago

casonadams commented 3 years ago

Setup: OS: macOS 11 Browser: Firefox 84 (64bit)

Keys not displayed in detail view not working=otp,code,user_otp_attempt

For usage to login to gitlab.com and access totp autofill. user_otp_attempt option works for passFF.

Pharb commented 3 years ago

Thanks for the message and I'm sorry for my slow response times.

Sadly I am not familiar with passFF.

It is possible to generate TOTP codes via gopass and gopassbridge. Here is a brief description how the code generation can be setup with gopassbridge: https://github.com/gopasspw/gopassbridge/issues/34#issuecomment-483292321

In case you want to configure which keys are hidden by gopassbridge in the default view, you can find it in the extension preferences:

Screenshot 2021-02-13 at 01 34 10

In case something is actually not working as I described above, please open another bug report or respond in this issue, thank you.

casonadams commented 3 years ago

Hi @Pharb,

Yes you are describing what I am talking about. I am trying to add an additional key user_otp_attempt so the Keys string is otp,code,user_otp_attempt

But the 3rd value isn't working.

hinricht commented 1 year ago

I have the same issue, I'd like to hide passwords which start with git/ or token/, and have this value as keys are hidden by gopassbridge in the default view: otpauth,totp,git,token. Bit gopassbridge show them nonetheless. If it would work my question would be: Does this variable support regex, i.e. otpauth,totp,/^git*/,/^token*/ or sth similar ?