1111[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=cssnr_auto-auth&metric=alert_status&label=quality )] ( https://sonarcloud.io/summary/overall?id=cssnr_auto-auth )
1212[ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/cssnr/auto-auth?logo=github&logoColor=white&label=updated )] ( https://github.com/cssnr/auto-auth/graphs/commit-activity )
1313[ ![ GitHub Top Language] ( https://img.shields.io/github/languages/top/cssnr/auto-auth?logo=htmx&logoColor=white )] ( https://github.com/cssnr/auto-auth )
14+ [ ![ GitHub Repo Size] ( https://img.shields.io/github/repo-size/cssnr/auto-auth?logo=bookstack&logoColor=white&label=repo%20size )] ( https://github.com/cssnr/auto-auth )
1415[ ![ GitHub Org Stars] ( https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white&label=org%20stars )] ( https://cssnr.github.io/ )
1516[ ![ Discord] ( https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da )] ( https://discord.gg/wXy6m2X8wY )
1617
1920Modern Chrome Web Extension and Firefox Browser Addon for Automatic Basic HTTP Authentication with many Options and
2021Features.
2122
22- To take it for a test drive, install the addon and head over to: https://authenticationtest.com/HTTPAuth/
23+ To take it for a test drive, [ install] ( #Install ) the addon and head over to: https://authenticationtest.com/HTTPAuth/
2324then enter the username ` user ` and password ` pass `
2425
25- * [ Install] ( #Install )
26- * [ Features] ( #Features )
26+ - [ Install] ( #Install )
27+ - [ Features] ( #Features )
2728 - [ Upcoming Features] ( #Upcoming-Features )
2829 - [ Known Issues] ( #Known-Issues )
29- * [ Configuration] ( #Configuration )
30- * [ Migration] ( #Migration )
31- - [ AutoAuth] ( #AutoAuth )
32- - [ Basic Authentication] ( #Basic-Authentication )
33- - [ Other or Manual] ( #Other-or-Manual )
34- * [ Security] ( #Security )
35- * [ Support] ( #Support )
36- * [ Development] ( #Development )
30+ - [ Configuration] ( #Configuration )
31+ - [ Migration] ( #Migration )
32+ - [ AutoAuth] ( #AutoAuth )
33+ - [ Basic Authentication] ( #Basic-Authentication )
34+ - [ Other or Manual] ( #Other-or-Manual )
35+ - [ Security] ( #Security )
36+ - [ Support] ( #Support )
37+ - [ Development] ( #Development )
3738 - [ Building] ( #Building )
38- * [ Contributing] ( #Contributing )
39+ - [ Contributing] ( #Contributing )
3940
4041## Install
4142
42- * [ Google Chrome Web Store] ( https://chromewebstore.google.com/detail/auto-auth/gpoiggobidhogpmmlakahiaaegibnogm )
43- * [ Mozilla Firefox Add-ons] ( https://addons.mozilla.org/addon/auto-auth )
43+ - [ Google Chrome Web Store] ( https://chromewebstore.google.com/detail/auto-auth/gpoiggobidhogpmmlakahiaaegibnogm )
44+ - [ Mozilla Firefox Add-ons] ( https://addons.mozilla.org/addon/auto-auth )
4445
4546[ ![ Chrome] ( https://raw.githubusercontent.com/smashedr/logo-icons/master/browsers/chrome_48.png )] ( https://chromewebstore.google.com/detail/auto-auth/gpoiggobidhogpmmlakahiaaegibnogm )
4647[ ![ Firefox] ( https://raw.githubusercontent.com/smashedr/logo-icons/master/browsers/firefox_48.png )] ( https://addons.mozilla.org/addon/auto-auth )
@@ -52,6 +53,8 @@ then enter the username `user` and password `pass`
5253All ** Chromium** Based Browsers can install the extension from
5354the [ Chrome Web Store] ( https://chromewebstore.google.com/detail/auto-auth/gpoiggobidhogpmmlakahiaaegibnogm ) .
5455
56+ [ ![ QR Code GitHub] ( https://raw.githubusercontent.com/smashedr/repo-images/refs/heads/master/auto-auth/qr-firefox.png )] ( https://addons.mozilla.org/addon/auto-auth )
57+
5558## Features
5659
5760- Save Logins for HTTP Basic Authentication
@@ -83,13 +86,15 @@ Long-term Goals for Improved Security:
8386
8487### Known Issues
8588
86- * Only allows saving 1 set of credentials per host
87- * Most browsers will offer to save passwords on login and edit
88- * A 401 response from a Service Worker is not properly intercepted:
89+ - Only allows saving 1 set of credentials per host.
90+ - Most browsers will offer to save passwords on login and edit.
91+ - Incognito and Private Browsing will not allow logging into new sites.
92+ - You must save the credentials first or add them manually.
93+ - A 401 response from a Service Worker is not properly intercepted:
8994 - Firefox: Shows a generic 401 page, use ` Ctrl+F5 `
90- * Once credentials are saved, requests will work as normal.
95+ - Once credentials are saved, requests will work as normal.
9196 - Chrome: Shows a default credentials prompt, Cancel and press ` Ctrl+F5 `
92- * This behavior may continue after saving credentials.
97+ - This behavior may continue after saving credentials.
9398
9499> [ !TIP]
95100> ** Don't see your issue here?**
@@ -272,15 +277,16 @@ or [Mozilla](https://addons.mozilla.org/addon/auto-auth) and to star this projec
272277
273278Other Web Extensions I have created and published:
274279
275- - [ Link Extractor] ( https://github.com/cssnr/link-extractor )
276- - [ Open Links in New Tab] ( https://github.com/cssnr/open-links-in-new-tab )
277- - [ Auto Auth] ( https://github.com/cssnr/auto-auth )
278- - [ Cache Cleaner] ( https://github.com/cssnr/cache-cleaner )
279- - [ HLS Video Downloader] ( https://github.com/cssnr/hls-video-downloader )
280- - [ SMWC Web Extension] ( https://github.com/cssnr/smwc-web-extension )
281- - [ PlayDrift Extension] ( https://github.com/cssnr/playdrift-extension )
282- - [ ASN Plus] ( https://github.com/cssnr/asn-plus )
283- - [ Aviation Tools] ( https://github.com/cssnr/aviation-tools )
284- - [ Text Formatter] ( https://github.com/cssnr/text-formatter )
280+ - [ Link Extractor] ( https://github.com/cssnr/link-extractor?tab=readme-ov-file#readme )
281+ - [ Open Links in New Tab] ( https://github.com/cssnr/open-links-in-new-tab?tab=readme-ov-file#readme )
282+ - [ Auto Auth] ( https://github.com/cssnr/auto-auth?tab=readme-ov-file#readme )
283+ - [ Cache Cleaner] ( https://github.com/cssnr/cache-cleaner?tab=readme-ov-file#readme )
284+ - [ HLS Video Downloader] ( https://github.com/cssnr/hls-video-downloader?tab=readme-ov-file#readme )
285+ - [ Obtainium Extension] ( https://github.com/cssnr/obtainium-extension?tab=readme-ov-file#readme )
286+ - [ SMWC Web Extension] ( https://github.com/cssnr/smwc-web-extension?tab=readme-ov-file#readme )
287+ - [ PlayDrift Extension] ( https://github.com/cssnr/playdrift-extension?tab=readme-ov-file#readme )
288+ - [ ASN Plus] ( https://github.com/cssnr/asn-plus?tab=readme-ov-file#readme )
289+ - [ Aviation Tools] ( https://github.com/cssnr/aviation-tools?tab=readme-ov-file#readme )
290+ - [ Text Formatter] ( https://github.com/cssnr/text-formatter?tab=readme-ov-file#readme )
285291
286292For a full list of current projects visit: [ https://cssnr.github.io/ ] ( https://cssnr.github.io/ )
0 commit comments