{"id":26995899,"url":"https://github.com/googlecloudplatform/recaptcha-edge","last_synced_at":"2025-04-04T01:16:19.669Z","repository":{"id":284597420,"uuid":"870875863","full_name":"GoogleCloudPlatform/recaptcha-edge","owner":"GoogleCloudPlatform","description":"NPM libraries and binary distributions for accessing reCAPTCHA at the Edge","archived":false,"fork":false,"pushed_at":"2025-04-02T17:43:31.000Z","size":1544,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T18:32:31.099Z","etag":null,"topics":["bot-management","edge-computing","google-cloud","recaptcha","security","waf"],"latest_commit_sha":null,"homepage":"https://cloud.google.com/security/products/recaptcha","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoogleCloudPlatform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-10T20:33:44.000Z","updated_at":"2025-04-01T19:19:15.000Z","dependencies_parsed_at":"2025-03-26T18:35:11.764Z","dependency_job_id":null,"html_url":"https://github.com/GoogleCloudPlatform/recaptcha-edge","commit_stats":null,"previous_names":["googlecloudplatform/recaptcha-edge"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Frecaptcha-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Frecaptcha-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Frecaptcha-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Frecaptcha-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoogleCloudPlatform","download_url":"https://codeload.github.com/GoogleCloudPlatform/recaptcha-edge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103305,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot-management","edge-computing","google-cloud","recaptcha","security","waf"],"created_at":"2025-04-04T01:16:18.941Z","updated_at":"2025-04-04T01:16:19.656Z","avatar_url":"https://github.com/GoogleCloudPlatform.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reCAPTCHA WAF (Edge Compute) Library\n\n[![Build and Test Core Library](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_core.yml/badge.svg)](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_core.yml)\n[![Build and Test Akamai Binding](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_akamai.yml/badge.svg)](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_akamai.yml)\n[![Build and Test Cloudflare Binding](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_cloudflare.yml/badge.svg)](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_cloudflare.yml)\n[![Build and Test Fastly Binding](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_fastly.yml/badge.svg)](https://github.com/GoogleCloudPlatform/recaptcha-edge/actions/workflows/build_fastly.yml)\n\nA library to access reCAPTCHA Enterprise via various edge compute platforms. The currently supported platforms are:\n\n* [Cloudflare](https://github.com/GoogleCloudPlatform/recaptcha-edge/tree/main/bindings/cloudflare)\n* [Fastly](https://github.com/GoogleCloudPlatform/recaptcha-edge/tree/main/bindings/fastly)\n\n## Usage\nThis project is intended to be used in one of two ways:\n\n1. Using a prebuilt package uploaded to your edge compute platform of choice.\n2. or imported as an NPM package for advanced use-cases.\n\n### Prebuilt Package\nCheck the [Releases](https://github.com/GoogleCloudPlatform/recaptcha-edge/releases) page for the most recent build for your edge compute platform of choice. \nThe prebuilt packages are intended to be used with the [reCAPTCHA Firewall Policies](https://cloud.google.com/recaptcha/docs/firewall-policies-overview) feature.\n\nTypically, this involves:\n* Create the appropriate reCAPTCHA Site Keys in [Google Cloud reCAPTCHA Console](https://console.cloud.google.com/security/recaptcha).\n* Upload and install the package to your edge compute platform.\n* Configure the package to use the created reCAPTCHA Site Keys.\n* Create a set of Firewall Policies to protect sensitive pages or actions.\n\nPlease see the [reCAPTCHA Google Cloud Documentation](https://cloud.google.com/recaptcha/docs) for more details on each step.\n\n### As a Library\nThis package has not yet been added to the NPM package repository, and must be manually imported.\n\nPlease see the examples for each binding in the [bindings](https://github.com/GoogleCloudPlatform/recaptcha-edge/tree/main/bindings) directory of choice.\n\n## Contribution\n\nPlease see our [Contribution](https://github.com/GoogleCloudPlatform/recaptcha-edge/blob/main/CONTRIBUTING.md) guidelines.\n\n## Issues and Support\n\nFor technical issues, please see the [reCAPTCHA Enterprise Support Documentation](https://cloud.google.com/recaptcha/docs/getting-support).\n\nFor bugs or issues specifically with this codebase, please open a new [Github issue](https://github.com/GoogleCloudPlatform/recaptcha-edge/issues) in this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Frecaptcha-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglecloudplatform%2Frecaptcha-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Frecaptcha-edge/lists"}