Tusk icon indicating copy to clipboard operation
Tusk copied to clipboard

Basic authentication filling form support

Open dmiwell opened this issue 8 years ago • 2 comments

Hi @subdavis

Thanks for working on the extension

Moving discussion from https://github.com/perfectapi/CKP/issues/195

It would be great to add support of http basic auth. There is no way to use this extension even manually on the page with basic auth at the moment.

It's possible with chromeIPass for example. I've checked what they do in the code and this might be helpful. Probably it will be possible on autofill click to refresh the page with keeping login data in mind and fill the form.

I'd be glad to help you with the feature, but unfortunately I don't have time to work on it yet.

dmiwell avatar Nov 13 '17 05:11 dmiwell

I see what you mean now, @RaSpirit. I remember looking into that in the past, but I remember having some security concerns with their code. I'm going to take another look, as I think this would be a great feature to add to CKPX.

Cheers.

subdavis avatar Nov 13 '17 19:11 subdavis

@subdavis

Found a possible solution: https://github.com/bitwarden/browser/issues/116#issuecomment-327991012 https://github.com/bitwarden/browser/commit/41c32f3874f9f0cb2c10bc464a75897a8a655f75

zmilonas avatar Jul 30 '18 14:07 zmilonas