@browsertotal/scanner 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -242,15 +242,6 @@ const scanner = new BrowserTotalScanner({
|
|
|
242
242
|
});
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
### Authentication
|
|
246
|
-
|
|
247
|
-
The scanner uses a Proof of Work challenge-response system that works automatically in headless browsers. No API key is required - the computational proof of work prevents abuse while allowing automated access.
|
|
248
|
-
|
|
249
|
-
The scanner will automatically:
|
|
250
|
-
1. Request a challenge from the server
|
|
251
|
-
2. Solve the Proof of Work challenge
|
|
252
|
-
3. Submit analysis results with the solution for verification
|
|
253
|
-
|
|
254
245
|
## How It Works
|
|
255
246
|
|
|
256
247
|
The scanner uses a special automation mode that:
|