mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-04 14:49:44 +07:00
8 lines
384 B
Markdown
8 lines
384 B
Markdown
# webRequest.onAuthRequired
|
|
|
|
This sample demonstrates the `webRequest.onAuthRequired` listener to detect an authentication request and log the user into the designated site.
|
|
|
|
## Overview
|
|
|
|
When an authentication check is detected, a check is made to confirm that the request has come from the correct source. Account credentials are then provided for the response via an auth handler.
|