From adb2cbb2d19015ad1c4e34a32b58fa8c9c628b3a Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Thu, 24 Jul 2025 18:00:27 +0100 Subject: [PATCH] add M2M data --- README.md | 2 +- docs/guide/solver.md | 2 ++ docs/index.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99cb540..5e1dbd7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/guide/solver.md b/docs/guide/solver.md index bfb29a6..55a5640 100644 --- a/docs/guide/solver.md +++ b/docs/guide/solver.md @@ -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 diff --git a/docs/index.md b/docs/index.md index e5547b4..69800f0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.