{"id":23187447,"url":"https://github.com/ncaq/yesod-recaptcha2","last_synced_at":"2025-07-19T15:36:04.046Z","repository":{"id":22024646,"uuid":"94751196","full_name":"ncaq/yesod-recaptcha2","owner":"ncaq","description":"recaptcha2 for yesod","archived":false,"fork":false,"pushed_at":"2024-02-13T20:11:50.000Z","size":72,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T00:31:00.351Z","etag":null,"topics":["google","haskell","recapcha","yesod"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ncaq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-19T07:55:58.000Z","updated_at":"2023-09-19T03:57:32.000Z","dependencies_parsed_at":"2022-07-15T13:30:27.282Z","dependency_job_id":null,"html_url":"https://github.com/ncaq/yesod-recaptcha2","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncaq%2Fyesod-recaptcha2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncaq%2Fyesod-recaptcha2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncaq%2Fyesod-recaptcha2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncaq%2Fyesod-recaptcha2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ncaq","download_url":"https://codeload.github.com/ncaq/yesod-recaptcha2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230032536,"owners_count":18162488,"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":["google","haskell","recapcha","yesod"],"created_at":"2024-12-18T10:19:29.284Z","updated_at":"2024-12-18T10:19:29.962Z","avatar_url":"https://github.com/ncaq.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yesod-recaptcha2\n\n[![Hackage](https://img.shields.io/hackage/v/yesod-recaptcha2.svg)](https://hackage.haskell.org/package/yesod-recaptcha2)\n[![yesod-recaptcha2 on Stackage LTS](http://stackage.org/package/yesod-recaptcha2/badge/lts)](http://stackage.org/lts/package/yesod-recaptcha2)\n[![test](https://github.com/ncaq/yesod-recaptcha2/actions/workflows/test.yml/badge.svg)](https://github.com/ncaq/yesod-recaptcha2/actions/workflows/test.yml)\n\nIt support new Google [reCAPTCHA(v2, v3)](https://www.google.com/recaptcha/about/) for [yesod-form](https://hackage.haskell.org/package/yesod-form) instead [yesod-recaptcha](https://hackage.haskell.org/package/yesod-recaptcha) beacuse original yesod-recaptcha is dead.\n\nAnd it support reCAPTCHA new version(v2, v3).\n\n# Example\n\n## Setup\n\n~~~hs\nimport Yesod.ReCaptcha2\n~~~\n\n~~~hs\ninstance YesodReCaptcha App where\n  reCaptchaSiteKey = pure \"foo\"\n  reCaptchaSecretKey = pure \"bar\"\n  reCaptchaLanguage = pure Nothing\n~~~\n\n## Append to applicative form\n\n~~~hs\nbuildForm :: Form MyForm\nbuildForm = renderDivs $ MyForm \u003c$\u003e\n  areq textField \"foo\" Nothing \u003c*\n  reCaptcha\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncaq%2Fyesod-recaptcha2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncaq%2Fyesod-recaptcha2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncaq%2Fyesod-recaptcha2/lists"}