browserpass / browserpass-legacy

Legacy Browserpass repo, development is now happening at:
https://github.com/browserpass/browserpass-extension
MIT License
998 stars 87 forks source link

Please add suport for HTTP basic auth filling in. #306

Closed 532910 closed 5 years ago

532910 commented 5 years ago

As I understand Firefox has support now: https://bugzilla.mozilla.org/show_bug.cgi?id=1334609 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onAuthRequired

erayd commented 5 years ago

@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.

532910 commented 5 years ago

ok, sorry