browserpass/browserpass-legacy

Please add suport for HTTP basic auth filling in.

532910 opened this issue · 2 comments

erayd commented

@c-e-p-x-u-o This is already supported.

Note that in order to use basic auth, you need to open the target site directly from browserpass. This is because, while it's possible to intercept the auth request, there is no API capable of filling the auth modal popup, so we need to fill it before the popup would normally be triggered.

ok, sorry