Skip to content

Automatically login to Basic Authentication using data based on URL regexp.

License

Notifications You must be signed in to change notification settings

excitoon/MultiPassDisarmed

Repository files navigation

MultiPass Disarmed for basic authentication

This extension allows you to register credential associated to a regular expression.

When you browse a website that requires HTTP basic authentication, if the URL match against one of the regular expression, the credentials will be automatically sent.

No more cumbersome login popin, everything is done in the background.

Now on Firefox.

Firefox Add-ons

The extension is available on Firefox Add-ons: MultiPass Disarmed for HTTP basic auth.

Chrome web store

The extension is available on the Chrome web store: MultiPass Disarmed for HTTP basic auth.

Opera add-ons

The extension is available as an Opera add-on: MultiPass.

Report an issue

If you want to report an issue, use the Github issue tracker: MultiPass Disarmed issues.

Please make sure the issue is not already opened.

Build the extension

  1. Clone the github repository : git clone [email protected]:excitoon/MultiPassDisarmed.git.
  2. Enter the directory : cd MultiPassDisarmed.
  3. Install dependencies : npm install.
  4. Build the extension : npm run dist.
  5. The package for all supported browser is now available in the dist folder.

The installation process will depend on your browser.

Use the development version

If you want to use the development version, follow those steps :

  1. Clone the github repository : git clone [email protected]:excitoon/MultiPassDisarmed.git.
  2. Enter the directory : cd MultiPassDisarmed.
  3. Install dependencies : npm install.
  4. Build the extension : npm run build.
  5. Open the Extension panel in Chrome : Tools / Extensions.
  6. Make sure the "Developer mode" checkbox is checked.
  7. Click on "Load unpacked extension...", first browse to the directory where you cloned the extension and then select the build/chrome folder.

Using the development version on Chrome and Opera is left as an exercise for the reader. ;)

Credits