add M2M data
This commit is contained in:
@@ -27,7 +27,7 @@ Cap is built into 2 main parts:
|
||||
|
||||
There are also some other helpful packages:
|
||||
|
||||
- **[M2M](https://capjs.js.org/guide/solver.html)**: Server-side solver for Cap challenges, useful for protecting API endpoints that you still want public
|
||||
- **[M2M](https://capjs.js.org/guide/solver.html)**: Server-side solver for Cap challenges, useful for protecting API endpoints that you still want public. This doesn't bypass the actual proof-of-work.
|
||||
|
||||
- **[@cap.js/cli](https://capjs.js.org/guide/cli.html)**: Command-line interface for solving CAPTCHAs made with Cap. It's mainly designed for testing and when you need to solve these CAPTCHAs in a browser without JavaScript support.
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
`@cap.js/solver` is a standalone library that can be used to solve Cap challenges from the server. It's extremely simple (no dependencies, one single file) yet as fast and efficient as the widget. Note that it can **only be used with Bun**. Node.js support is not planned.
|
||||
|
||||
This package does not bypass any actual proof-of-work.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@ Cap is built into 2 main parts:
|
||||
|
||||
There are also some other helpful packages:
|
||||
|
||||
- **[M2M](https://capjs.js.org/guide/solver.html)**: Server-side solver for Cap challenges, useful for protecting API endpoints that you still want public
|
||||
- **[M2M](https://capjs.js.org/guide/solver.html)**: Server-side solver for Cap challenges, useful for protecting API endpoints that you still want public. This doesn't bypass the actual proof-of-work.
|
||||
|
||||
- **[@cap.js/cli](https://capjs.js.org/guide/cli.html)**: Command-line interface for solving CAPTCHAs made with Cap. It's mainly designed for testing and when you need to solve these CAPTCHAs in a browser without JavaScript support.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user